Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 946a3fc

Browse files
dhuangnmdhuang
andauthored
fix html cp issue on linux (#20)
Co-authored-by: dhuang <[email protected]>
1 parent ca64601 commit 946a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docs:
3232
build:
3333
make docs;
3434
rm -rf _images/ && rm -rf _sources/ && rm -rf _static/ && \
35-
cp -r docs/build/html/ ./;
35+
cp -r docs/build/html/* ./;
3636
make clean;
3737

3838
# clean package

0 commit comments

Comments
 (0)