mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-30 23:06:18 +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:
|
||||
node-version: '14'
|
||||
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 test
|
||||
- run: npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user