mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
8 lines
85 B
Bash
8 lines
85 B
Bash
|
make html
|
||
|
git commit "$@"
|
||
|
cd _build/html
|
||
|
git add .
|
||
|
git commit "$@"
|
||
|
git push
|
||
|
cd ../..
|