diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d68876bcb..3946fad7b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -55,9 +55,12 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact + id: upload uses: actions/upload-pages-artifact@v3 with: path: "out" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 + with: + artifact_name: ${{ steps.upload.outputs.artifact_id }}