Skip to content

Commit a9b06bc

Browse files
Zachery Thomas RichardetZachery Thomas Richardet
authored andcommitted
trying to add correct artifact name for pages deploy
1 parent cdfc621 commit a9b06bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4
4444
with:
45+
name: github-pages
4546
path: './build'
4647

4748
- name: Deploy to GitHub Pages
4849
id: deployment
4950
uses: actions/deploy-pages@v4
51+
with:
52+
artifact_name: 'github-pages'

0 commit comments

Comments
 (0)