mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
chore(setup): add yarn cache on workflow runs
This commit is contained in:
2
.github/workflows/docs.deploy.yml
vendored
2
.github/workflows/docs.deploy.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
cache: yarn
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Build
|
||||
run: yarn workspace @standardnotes/docs run build
|
||||
|
||||
Reference in New Issue
Block a user