Skip to content

Commit d0fcd29

Browse files
committed
npm -> yarn
1 parent a9a2cd8 commit d0fcd29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages-publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-node-
2525
26-
- run: npm install
26+
- run: npm install -g yarn
2727
- run: npm install -g gatsby-cli@2.12.34
28-
- run: npm run build
28+
- run: yarn install
29+
- run: yarn run build
2930

3031
- name: Deploy
3132
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)