Skip to content

Commit

Permalink
chore: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GGos3 committed Aug 10, 2024
1 parent 370f07c commit 7b06712
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gatsby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
mv public ../public_temp
# Remove all files except .git directory
find . -mindepth 1 -not -name '.git' -exec rm -rf {} +
rm -rf *
rm -rf .github
rm -rf .vendor
# Restore the public directory
mv ../public_temp public
Expand Down

0 comments on commit 7b06712

Please sign in to comment.