diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c81d723..52ecbd1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -58,6 +58,9 @@ jobs: with: # Upload entire repository path: dist + name: github-pages-deployment - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + artifact_name: github-pages-deployment