Skip to content

Commit

Permalink
fix: remove .git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
momeemt committed Jan 1, 2025
1 parent 036d152 commit 7dc3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp .ravenlog/blog_settings.json workspace/src/app/_assets/
cp .ravenlog/posts.json workspace/src/app/_assets/
cp -r .ravenlog/assets/** workspace/public/

find . -mindepth 1 -maxdepth 1 ! -name 'workspace' ! -name '.git' -exec rm -rf {} +
find . -mindepth 1 -maxdepth 1 ! -name 'workspace' -exec rm -rf {} +
mv workspace/* .
rm -rf workspace

Expand Down

0 comments on commit 7dc3f13

Please sign in to comment.