Skip to content

Commit

Permalink
fix: change publish_branch: main to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent 4d9ce86 commit 9684108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# GitHub Pages branch to deploy
publish_branch: main
publish_branch: gh-pages
# Build output to publish to the `gh-pages` branch:
publish_dir: ./website/build
# working-directory: './website'
Expand Down

0 comments on commit 9684108

Please sign in to comment.