mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 14:41:19 +01:00
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
make clean
|
|
make html
|
|
rm -rf ../docs/
|
|
mv _build/html/ ../docs/
|
|
touch ../docs/.nojekyll
|
|
rm -rf _build
|