diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 170df260..2670a5d0 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,7 +28,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: '.' + path: '/docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4