diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8dbaf3b..b264def 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,6 +36,11 @@ jobs: env: CI: true GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: '.' - name: Deploy to GH Pages 🚀 id: deployment uses: actions/deploy-pages@v4