diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0743ccfe3f..e1a532ae8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,10 +43,6 @@ 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 + uses: actions/deploy-pages@v4 \ No newline at end of file