Skip to content

Commit

Permalink
chore: publish pages
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Dec 3, 2024
1 parent 6984b67 commit 310b10f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ jobs:
fi
- name: List current folders
run: ls -la ./public
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

0 comments on commit 310b10f

Please sign in to comment.