diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9f044dc..9f094e9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -41,7 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './static' + path: './assets' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4