docs-source/build.ps1

23 lines
437 B
PowerShell
Raw Normal View History

2024-08-25 09:47:17 +01:00
git add .
git commit -m "Automatic mkdocs build"
git push
2024-07-23 18:21:32 +01:00
python -m mkdocs build
cd site
git add .
git commit -m "Automatic mkdocs build"
git push
cd ..
rm -Recurse -Force ../gitgay/docs
timeout 4
robocopy site ../gitgay/docs /mov /e
2024-08-25 09:47:17 +01:00
robocopy site ../gitgay/docs /mov /e
2024-07-23 18:21:32 +01:00
cd ../gitgay/
git pull
git add .
git commit -m "Automatic mkdocs build"
git push
2024-08-25 09:47:17 +01:00
cd ../docs_build
git add .
git commit -m "Automatic mkdocs build"
git push
2024-07-23 18:21:32 +01:00
cd ../docs