We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110c94f commit 64f17d8Copy full SHA for 64f17d8
.github/workflows/deploy.yml
@@ -13,12 +13,11 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 16.x
16
- cache: npm
17
- name: Build website
18
working-directory: website
19
run: |
20
npm install --global yarn
21
- yarn install
+ yarn install --immutable --immutable-cache --check-cache
22
23
# Popular action to deploy to GitHub Pages:
24
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
.github/workflows/test-deploy.yml
@@ -17,4 +17,4 @@ jobs:
0 commit comments