Skip to content

Commit e680405

Browse files
author
Daveed
committed
forcing yml
1 parent 2453c46 commit e680405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload artifact
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: github-pages-${{ github.run_id }}
41+
name: github-pages
4242
path: ./build
4343
retention-days: 1
4444

@@ -50,7 +50,7 @@ jobs:
5050
pages: write # to deploy to Pages
5151
id-token: write # to verify the deployment originates from an appropriate source
5252
environment:
53-
name: github-pages-${{ github.run_id }}
53+
name: github-pages
5454
url: ${{ steps.deployment.outputs.page_url }}
5555
steps:
5656
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)