diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c81d7236..52ecbd17 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