Skip to content

Commit 90a41d2

Browse files
committed
Update GHA.
1 parent 4f81389 commit 90a41d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
working-directory: website
1919
run: |
2020
npm ci
21-
npm run build
21+
npm install --global yarn
22+
yarn install
2223
2324
# Popular action to deploy to GitHub Pages:
2425
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

.github/workflows/test-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
working-directory: website
1919
run: |
2020
npm ci
21-
npm run build
21+
npm install --global yarn
22+
yarn install

0 commit comments

Comments
 (0)