We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453c46 commit e680405Copy full SHA for e680405
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Upload artifact
39
uses: actions/upload-artifact@v4
40
with:
41
- name: github-pages-${{ github.run_id }}
+ name: github-pages
42
path: ./build
43
retention-days: 1
44
@@ -50,7 +50,7 @@ jobs:
50
pages: write # to deploy to Pages
51
id-token: write # to verify the deployment originates from an appropriate source
52
environment:
53
54
url: ${{ steps.deployment.outputs.page_url }}
55
steps:
56
- name: Deploy to GitHub Pages
0 commit comments