Automatic mkdocs build

This commit is contained in:
Juli 2024-08-25 11:47:17 +03:00
parent c91eb089d4
commit 6422bcf445

View file

@ -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