Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky0123 committed Nov 1, 2024
1 parent 8419129 commit 9fdb280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-site/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p test-site/dist/subpath

(
cd test-site/src
find . -depth -name "*.html" -print | cpio -pvd ../dist
find . -name "*.html" -exec cp --parents {} ../dist \;
)

cp test-site/src/*.html test-site/dist
Expand Down

0 comments on commit 9fdb280

Please sign in to comment.