diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 81f56d4..e718f8a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + # Upload entire repository + path: './docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2