Skip to content

Commit

Permalink
ci: fix file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 1, 2024
1 parent 2e4713c commit 78b002a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sudo-bot/create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ moveBuildToTempFolder() {
cleanGhPages() {
git checkout gh-pages
git ls-files ./ | xargs -r -n 1 rm -v
find ./ -print
rm -rfdv ./*
# Delete remaining files
find ./ -not -path '*/.git/*' -not -path '*/.github/*' -print -delete
}

moveBuildFilesToCurrentDir() {
Expand Down

0 comments on commit 78b002a

Please sign in to comment.