mirror of
https://git.gay/Juli/docs-source.git
synced 2025-04-23 02:38:38 +00:00
Automatic mkdocs build
This commit is contained in:
parent
c91eb089d4
commit
6422bcf445
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
git add .
|
||||
git commit -m "Automatic mkdocs build"
|
||||
git push
|
||||
python -m mkdocs build
|
||||
cd site
|
||||
git add .
|
||||
|
@ -7,9 +10,14 @@ cd ..
|
|||
rm -Recurse -Force ../gitgay/docs
|
||||
timeout 4
|
||||
robocopy site ../gitgay/docs /mov /e
|
||||
robocopy site ../gitgay/docs /mov /e
|
||||
cd ../gitgay/
|
||||
git pull
|
||||
git add .
|
||||
git commit -m "Automatic mkdocs build"
|
||||
git push
|
||||
cd ../docs_build
|
||||
git add .
|
||||
git commit -m "Automatic mkdocs build"
|
||||
git push
|
||||
cd ../docs
|
Loading…
Add table
Reference in a new issue