Skip to content

Commit 8903ebc

Browse files
committed
fix: checkout to gh-pages branch
1 parent cf779fa commit 8903ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/toothlessdev/toothlessdev.github.io.git
3232
git add .
3333
git commit -m "Deploy to GitHub Pages"
34+
git checkout gh-pages
3435
git push origin gh-pages

0 commit comments

Comments
 (0)