Minimize diffs by moving wiki meta cache out of VCS
This commit is contained in:
parent
206b2f5ea9
commit
1cc65db867
4 changed files with 6 additions and 2 deletions
4
.github/workflows/import.yaml
vendored
4
.github/workflows/import.yaml
vendored
|
@ -15,6 +15,10 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '16'
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: data/wiki-meta-cache.yaml
|
||||
key: wiki-meta-cache
|
||||
- run: |
|
||||
npm install
|
||||
npm run recent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue