mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02: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
|