diff --git a/.github/workflows/halo.yml b/.github/workflows/halo.yml index b7aba04..adb653c 100644 --- a/.github/workflows/halo.yml +++ b/.github/workflows/halo.yml @@ -12,4 +12,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy to Halo run: | - npx halo-static-pages-deploy-cli deploy -e ${{ secrets.ENDPOINT }} -i ${{ secrets.ID }} -t ${{ secrets.PAT }} -f ./ + npx halo-static-pages-deploy-cli deploy -e ${{ secrets.ENDPOINT }} -i ${{ secrets.ID }} -t ${{ secrets.PAT }} -f ./config diff --git a/Dream2.0/live2d-tips.json b/config/Dream2.0/live2d-tips.json similarity index 100% rename from Dream2.0/live2d-tips.json rename to config/Dream2.0/live2d-tips.json