Skip to content

Commit f208e31

Browse files
author
Dohyung Ahn
committed
env: fix publich-docs action
1 parent 95b6e12 commit f208e31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
branch: gh-pages
62+
- name: Back to main branch
63+
run: |
64+
git switch main
6265
- name: Restore Node.js version to 16
6366
uses: actions/setup-node@v3
6467
with:

0 commit comments

Comments
 (0)