We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15f359 commit 84c0b10Copy full SHA for 84c0b10
.github/workflows/update_docs.yml
@@ -60,21 +60,8 @@ jobs:
60
bundle install --jobs 4
61
bundle clean
62
63
- - name: Get yarn cache directory
64
- id: yarn-cache-dir
65
- run: echo "::set-output name=dir::$(yarn cache dir)"
66
-
67
- - name: Yarn cache
68
- uses: actions/cache@v3
69
- id: yarn-cache
70
- with:
71
- path: ${{ steps.yarn-cache-dir.outputs.dir }}
72
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
73
- restore-keys: |
74
- ${{ runner.os }}-yarn-
75
76
- - name: Yarn install
77
- run: yarn install
+ - name: pnpm install
+ run: pnpm install
78
79
- name: Create and migrate database
80
run: |
0 commit comments