We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917c603 commit e8fddc2Copy full SHA for e8fddc2
.github/workflows/github-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
29
with:
30
- publish_branch: try-github-pages
+ publish_branch: master
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: _build/
33
force_orphan: true
0 commit comments