Skip to content

Commit

Permalink
action fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
xndr78 committed Jul 4, 2024
1 parent 7300b09 commit f65d8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
uses: benmatselby/hugo-deploy-gh-pages@main
env:
HUGO_VERSION: 0.127.0
HUGO_EXTENDED: true
TARGET_REPO: xndr78/xndr78.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '--cleanDestinationDir --minify'
HUGO_ARGS: '--minify --cleanDestinationDir'
CNAME: xndr.name

0 comments on commit f65d8a9

Please sign in to comment.