We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fd280 commit 14cd047Copy full SHA for 14cd047
doc/Makefile
@@ -50,7 +50,7 @@ install:
50
make html
51
# Copy site into the gh-pages branch folder, then push to Github to deploy
52
cd _build/ && \
53
- cp -r html/ gh_pages && \
+ cp -r html/* gh_pages && \
54
cd gh_pages && \
55
git add * && \
56
git add .nojekyll && \
0 commit comments