Skip to content

Commit edb10b6

Browse files
committed
switch gh-pages branch before push
1 parent 0a62493 commit edb10b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
run: |
3131
git config user.name openssl-machine
3232
git config user.email [email protected]
33+
git switch gh-pages
3334
until git push origin gh-pages; do git pull --rebase origin gh-pages; done

0 commit comments

Comments
 (0)