Skip to content

Commit

Permalink
fix: data show to web script
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Jul 15, 2024
1 parent 53790d3 commit 02a0315
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
- name: Install dependencies
run: pip install -r scripts/requirements.txt

- name: Copy
run: cp -r data/* output
- name: Copy Static Data
run: |
mkdir output
cp -r data/* output
- name: Sync
run: python scripts/summon.py
Expand Down

0 comments on commit 02a0315

Please sign in to comment.