Skip to content

Commit 14cd047

Browse files
committed
makefile cp update for zsh
1 parent 82fd280 commit 14cd047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
make html
5151
# Copy site into the gh-pages branch folder, then push to Github to deploy
5252
cd _build/ && \
53-
cp -r html/ gh_pages && \
53+
cp -r html/* gh_pages && \
5454
cd gh_pages && \
5555
git add * && \
5656
git add .nojekyll && \

0 commit comments

Comments
 (0)