We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9459152 commit e555849Copy full SHA for e555849
1 file changed
.github/workflows/documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
23
with:
24
- publish_branch: gh-pages
+ publish_branch: main
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: _build/
27
force_orphan: true
0 commit comments