Skip to content

Commit

Permalink
GitHub Actions: fix Hugo Publish to GitHub Pages
Browse files Browse the repository at this point in the history
Apparently the CNAME file also needs to be in the gh-pages branch.
  • Loading branch information
booch committed Mar 6, 2024
1 parent 30f50a9 commit 1f99005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hugo-publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
HUGO_ENV: production
run: |
hugo --gc --minify
cp CNAME public/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 1f99005

Please sign in to comment.