Import recent changes

This commit is contained in:
mtkennerly 2022-10-31 10:31:39 +08:00
parent 959cf1341f
commit 226457b1e1
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 967 additions and 543 deletions

View file

@ -18,7 +18,9 @@ jobs:
- uses: actions/cache@v3
with:
path: data/wiki-meta-cache.yaml
key: wiki-meta-cache
key: wiki-meta-cache-${{ github.run_id }}
restore-keys: |
wiki-meta-cache
- run: |
npm install
npm run recent