Skip to content

Commit 53790d3

Browse files
committed
feat: data show to web
1 parent fef4e31 commit 53790d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: pip install -r scripts/requirements.txt
3636

37+
- name: Copy
38+
run: cp -r data/* output
39+
3740
- name: Sync
3841
run: python scripts/summon.py
3942
env:

0 commit comments

Comments
 (0)