mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-11 22:04:08 +00:00
docs: Use yarn install --frozen-lockfile (#288)
cf. https://classic.yarnpkg.com/en/docs/cli/install
This commit is contained in:
parent
489a03aac4
commit
a8209677e6
@ -658,7 +658,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: yarn install
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn export
|
||||
|
||||
@ -761,7 +761,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-website-
|
||||
|
||||
- run: yarn install
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
|
||||
- name: Deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user