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 3dcbcf9 commit 24a5e1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
- name: Copy hTWOo React style guide
run: git checkout main -- docs/htwoo-react/* && mv -f docs/htwoo-react public/htwoo-react/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ./public

deploy:
Expand All @@ -74,4 +75,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
with:
artifact_name: github-pages

0 comments on commit 24a5e1a

Please sign in to comment.