Skip to content

Commit

Permalink
fix: change gh-pages publish branch to pages because It seems I have
Browse files Browse the repository at this point in the history
not the right to push to this specific branch !?!
  • Loading branch information
panaC committed Dec 2, 2024
1 parent d2b6dca commit 0f6eb17
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 @@ -58,6 +58,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build-demo
publish_branch: gh-pages # default: gh-pages
publish_branch: pages # default: gh-pages
destination_dir: ./
enable_jekyll: true # yes for README.md

0 comments on commit 0f6eb17

Please sign in to comment.