diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4a5568d..9c1948d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -54,7 +54,10 @@ jobs: python3 scripts/check-static.py - uses: actions/upload-pages-artifact@v3 with: + name: github-pages-${{ github.run_attempt }} path: dist - name: Publish id: deployment uses: actions/deploy-pages@v4 + with: + artifact_name: github-pages-${{ github.run_attempt }}