Skip to content

Commit 64f17d8

Browse files
committed
Test GHA.
1 parent 110c94f commit 64f17d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 16.x
16-
cache: npm
1716
- name: Build website
1817
working-directory: website
1918
run: |
2019
npm install --global yarn
21-
yarn install
20+
yarn install --immutable --immutable-cache --check-cache
2221
2322
# Popular action to deploy to GitHub Pages:
2423
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

.github/workflows/test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
working-directory: website
1818
run: |
1919
npm install --global yarn
20-
yarn install
20+
yarn install --immutable --immutable-cache --check-cache

0 commit comments

Comments
 (0)