mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Add an asset cache to the workflow
This commit is contained in:
parent
b16514219b
commit
3301db8d0e
7
.github/workflows/ensure-build.yml
vendored
7
.github/workflows/ensure-build.yml
vendored
@ -15,6 +15,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- name: Restore Asset Caches
|
||||||
|
uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
key: if-cache
|
||||||
|
path: |
|
||||||
|
./if-cache
|
||||||
|
./twitter-cache.json
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user