Skip to content

Commit 77db14b

Browse files
committed
fix: push to gh-pages brach force
1 parent 1bb4c0d commit 77db14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
git config user.email "toothlessdev@users.noreply.github.com"
3737
git add .
3838
git commit -m "Deploy to GitHub Pages" || echo "No changes to commit"
39-
git push origin gh-pages
39+
git push origin gh-pages --force

0 commit comments

Comments
 (0)