File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 24
24
yarn set version 4.x
25
25
yarn --version
26
26
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
-
39
27
- name : Checkout Raptor repo
40
28
uses : actions/checkout@v3
41
29
with :
48
36
pipx run pydoc-markdown
49
37
50
38
- name : Install project dependencies
51
- run : yarn install --frozen-lockfile
39
+ run : yarn install
52
40
53
41
- name : Convert ipynb files
54
42
uses : docker://pandoc/latex:2
You can’t perform that action at this time.
0 commit comments