Skip to content

Commit

Permalink
sip
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglerian committed May 28, 2024
1 parent bbb94c4 commit 54d029f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ 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 add .
git commit -m "coba"
git push -u origin gh-pages

0 comments on commit 54d029f

Please sign in to comment.