Skip to content

Commit

Permalink
Revert "update deploy.sh"
Browse files Browse the repository at this point in the history
This reverts commit ac13c3c.
  • Loading branch information
runtodream committed Jul 19, 2024
1 parent ac13c3c commit 02d9f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp -rp ./site ../
git checkout gh-pages

# 이전 파일 삭제
find . -mindepth 1 ! -name 'deploy.sh' -exec rm -rf {} +
git rm -rf .

# 빌드된 파일 복사
cp -rp ../site/* .
Expand Down

0 comments on commit 02d9f08

Please sign in to comment.