Skip to content

Commit e555849

Browse files
committed
changed from publishing the docs in a different branch to the main branch
1 parent 9459152 commit e555849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: peaceiris/actions-gh-pages@v3
2222
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2323
with:
24-
publish_branch: gh-pages
24+
publish_branch: main
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: _build/
2727
force_orphan: true

0 commit comments

Comments
 (0)