Skip to content

Commit

Permalink
Specifying github pages artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroni4 committed Dec 9, 2023
1 parent 8598641 commit d704266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: ./build

deploy:
Expand All @@ -68,4 +69,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit d704266

Please sign in to comment.