Skip to content

Commit

Permalink
fix html cp issue on linux (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuang <dhuang@dhuangs-MacBook-Pro.local>
  • Loading branch information
dhuangnm and dhuang authored Mar 4, 2021
1 parent ca64601 commit 946a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docs:
build:
make docs;
rm -rf _images/ && rm -rf _sources/ && rm -rf _static/ && \
cp -r docs/build/html/ ./;
cp -r docs/build/html/* ./;
make clean;

# clean package
Expand Down

0 comments on commit 946a3fc

Please sign in to comment.