Skip to content

Commit

Permalink
Change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jul 16, 2023
1 parent b55f736 commit 4f810bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-pages-artifact@v2.0.0
with:
name: Site
name: site
path: dist/

deploy:
Expand All @@ -42,3 +42,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: site

0 comments on commit 4f810bc

Please sign in to comment.