Skip to content

Commit

Permalink
update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
runtodream committed Jul 19, 2024
1 parent 59916c7 commit ac13c3c
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

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

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

0 comments on commit ac13c3c

Please sign in to comment.