Skip to content

Commit d6e6fcb

Browse files
committed
fix to cp command to maybe also work on the ci server..
1 parent c5e881e commit d6e6fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ a2x --no-xmllint -v -k -fchunked -dbook --dblatex-opts=" -P latex.output.revhist
3535
echo "--- Building chunked HTML page version - Finished ---"
3636

3737
echo "--- Putting site together - Started ---"
38-
cp -rv site/ target
38+
cp -rv site/* target
3939
echo "--- Putting site together - Finished ---"
4040

4141
echo "--- Building download archive - Started ---"
4242
cd target
43-
tar -cvzf the-hudson-book.tar.gz .
43+
tar -czf the-hudson-book.tar.gz .
4444
echo "--- Building download archive - Finished ---"
4545

4646
echo "--- Build successful. --"

0 commit comments

Comments
 (0)