mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-25 13:39:31 +01:00
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
make html
|
|
git commit "$@"
|
|
cd _build/html
|
|
git add .
|
|
git commit "$@"
|
|
git push
|
|
cd ../..
|