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 python -m mkdocs build
cd site cd site
git add . git add .
@ -7,9 +10,14 @@ cd ..
rm -Recurse -Force ../gitgay/docs rm -Recurse -Force ../gitgay/docs
timeout 4 timeout 4
robocopy site ../gitgay/docs /mov /e robocopy site ../gitgay/docs /mov /e
robocopy site ../gitgay/docs /mov /e
cd ../gitgay/ cd ../gitgay/
git pull git pull
git add . git add .
git commit -m "Automatic mkdocs build" git commit -m "Automatic mkdocs build"
git push git push
cd ../docs_build
git add .
git commit -m "Automatic mkdocs build"
git push
cd ../docs cd ../docs