mirror of
https://git.gay/Juli/docs-source.git
synced 2025-04-23 02:58:39 +00:00
23 lines
No EOL
437 B
PowerShell
23 lines
No EOL
437 B
PowerShell
git add .
|
|
git commit -m "Automatic mkdocs build"
|
|
git push
|
|
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
|
|
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 |