From 02a0315a69336047f8a8b7f1f400344d9cb214b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=B4=E8=B2=93?= Date: Mon, 15 Jul 2024 15:40:08 +0800 Subject: [PATCH] fix: data show to web script --- .github/workflows/sync.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 2a4116a..b360243 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -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