mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 08:47:39 +00:00
Download additional handbook data
This commit is contained in:
parent
eaff698b7a
commit
6950e14ec4
10
.github/workflows/handbook.yml
vendored
10
.github/workflows/handbook.yml
vendored
@ -105,6 +105,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
url: https://api.grasscutter.io/static/scenes.csv
|
url: https://api.grasscutter.io/static/scenes.csv
|
||||||
target: src/handbook/data/
|
target: src/handbook/data/
|
||||||
|
- name: Download Quest Data
|
||||||
|
uses: suisei-cn/actions-download-file@v1.4.0
|
||||||
|
with:
|
||||||
|
url: https://api.grasscutter.io/static/quests.csv
|
||||||
|
target: src/handbook/data/
|
||||||
|
- name: Download Main Quest Data
|
||||||
|
uses: suisei-cn/actions-download-file@v1.4.0
|
||||||
|
with:
|
||||||
|
url: https://api.grasscutter.io/static/mainquests.csv
|
||||||
|
target: src/handbook/data/
|
||||||
|
|
||||||
- name: Build handbook
|
- name: Build handbook
|
||||||
working-directory: src/handbook
|
working-directory: src/handbook
|
||||||
|
Loading…
Reference in New Issue
Block a user