diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d5ffeb6d13..0743ccfe3f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,6 +43,10 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: build + name: github-pages-${{ github.run_id }}-${{ github.run_attempt }} + - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + artifact_name: github-pages-${{ github.run_id }}-${{ github.run_attempt }} \ No newline at end of file