Skip to content

Commit

Permalink
Fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Scotto di Santolo committed Jun 17, 2024
1 parent 55c1b24 commit ab1b2be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ jobs:
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public # The folder the action should deploy.

0 comments on commit ab1b2be

Please sign in to comment.