Skip to content

Commit 25d5d46

Browse files
authored
Merge pull request #33 from AlmogBaku/build/upgrade-docusaurus
fix: yarn fix??
2 parents 162a31d + d8321c0 commit 25d5d46

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ jobs:
2424
yarn set version 4.x
2525
yarn --version
2626
27-
- name: Get yarn cache directory path
28-
id: yarn-cache-dir-path
29-
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
30-
31-
- uses: actions/cache@v3
32-
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
33-
with:
34-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
35-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}
36-
restore-keys: |
37-
${{ runner.os }}-yarn-
38-
3927
- name: Checkout Raptor repo
4028
uses: actions/checkout@v3
4129
with:
@@ -48,7 +36,7 @@ jobs:
4836
pipx run pydoc-markdown
4937
5038
- name: Install project dependencies
51-
run: yarn install --frozen-lockfile
39+
run: yarn install
5240

5341
- name: Convert ipynb files
5442
uses: docker://pandoc/latex:2

0 commit comments

Comments
 (0)