We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f81389 commit 90a41d2Copy full SHA for 90a41d2
.github/workflows/deploy.yml
@@ -18,7 +18,8 @@ jobs:
18
working-directory: website
19
run: |
20
npm ci
21
- npm run build
+ npm install --global yarn
22
+ yarn install
23
24
# Popular action to deploy to GitHub Pages:
25
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
.github/workflows/test-deploy.yml
@@ -18,4 +18,5 @@ jobs:
0 commit comments