Skip to content

Commit

Permalink
gas
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglerian committed May 28, 2024
1 parent 37b5e14 commit bbb94c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git stash --include-untracked
git fetch origin
if git ls-remote --exit-code --heads origin gh-pages; then
echo 'Branch gh-pages exists. Deleting...'
git push origin --delete gh-pages
fi
git checkout --orphan gh-pages
git rm -rf .
git clean -fd
git add .
git commit -m "coba"
git push -u origin gh-pages

0 comments on commit bbb94c4

Please sign in to comment.