Skip to content

Commit

Permalink
build: try using other github action for hugo build
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-bouvier authored Dec 4, 2024
1 parent aaadff5 commit c0899bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
# When post to a different repo, the old githubToken no
# longer works. Use deploy_key or personal_token instead.
# https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-deploy-to-external-repository-external_repository
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages

0 comments on commit c0899bb

Please sign in to comment.