Skip to content

Commit

Permalink
Merge pull request #33 from AlmogBaku/build/upgrade-docusaurus
Browse files Browse the repository at this point in the history
fix: yarn fix??
  • Loading branch information
AlmogBaku authored Mar 5, 2024
2 parents 162a31d + d8321c0 commit 25d5d46
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
yarn set version 4.x
yarn --version
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Checkout Raptor repo
uses: actions/checkout@v3
with:
Expand All @@ -48,7 +36,7 @@ jobs:
pipx run pydoc-markdown
- name: Install project dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: Convert ipynb files
uses: docker://pandoc/latex:2
Expand Down

0 comments on commit 25d5d46

Please sign in to comment.