Skip to content

Commit

Permalink
chore: fix hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Nov 20, 2024
1 parent 24a5e1a commit a2e79c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: github-pages
name: site
path: ./public

deploy:
Expand All @@ -77,4 +77,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v3
with:
artifact_name: github-pages
artifact_name: site

0 comments on commit a2e79c3

Please sign in to comment.