Skip to content

Commit e8fddc2

Browse files
committed
changed to master branch
1 parent 917c603 commit e8fddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2929
with:
30-
publish_branch: try-github-pages
30+
publish_branch: master
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: _build/
3333
force_orphan: true

0 commit comments

Comments
 (0)