This commit is contained in:
parent
8ce95e38a8
commit
383028fcca
2 changed files with 15 additions and 2 deletions
|
|
@ -17,9 +17,23 @@ jobs:
|
|||
path: "wiki"
|
||||
ref: "main"
|
||||
|
||||
- name: Restore cached licenses
|
||||
id: cache-licenses-restore
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
key: ${{ runner.os }}-licenses
|
||||
|
||||
- name: "Update modlist"
|
||||
run: python pack/.forgejo/scripts/update-wiki.py
|
||||
|
||||
- name: Save cached licenses
|
||||
id: cache-licenses-restore
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
key: ${{ steps.cache-licenses-restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: "Commit changes"
|
||||
run: |
|
||||
cd wiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue