From 6422bcf445e6c79130de7a4fd85e26c62738cf83 Mon Sep 17 00:00:00 2001 From: Juli Date: Sun, 25 Aug 2024 11:47:17 +0300 Subject: [PATCH] Automatic mkdocs build --- build.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.ps1 b/build.ps1 index b1341e5..c461828 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 \ No newline at end of file