Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglerian committed May 28, 2024
1 parent d79980c commit 71040eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo 'Branch gh-pages exists. Resetting...'
git checkout gh-pages
git rm -rf .
git rm -rf assets
rm -rf assets
git clean -fd
touch .gitkeep # Menambahkan file kosong agar commit tidak kosong, opsional
git add .gitkeep
Expand All @@ -47,7 +47,7 @@ jobs:
echo 'Branch gh-pages does not exist. Creating new orphan branch...'
git checkout --orphan gh-pages
git rm -rf .
git rm -rf assets
rm -rf assets
git clean -fd
touch .gitkeep # Menambahkan file kosong agar commit tidak kosong, opsional
git add .gitkeep
Expand Down

0 comments on commit 71040eb

Please sign in to comment.