Skip to content
Snippets Groups Projects
Commit 5e66870b authored by Wei Chen's avatar Wei Chen Committed by Tianqi Chen
Browse files

[DOC]Clear javadoc directory everytime (#1917)

parent 5bb666f2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
mkdir -p docs/_build/html mkdir -p docs/_build/html
rm -rf docs/_build/html/jsdoc rm -rf docs/_build/html/jsdoc
rm -rf docs/_build/html/javadoc
# remove stale tutorials and always build from scratch. # remove stale tutorials and always build from scratch.
rm -rf docs/tutorials rm -rf docs/tutorials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment