From 962360622904e232f4824ade4afd3edf6070883c Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 23 Jul 2021 16:21:33 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index d07ea34..e4a5b9d 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -25,7 +25,6 @@ jobs: doxygen git config --global user.email "tobid7@outlook.de" git config --global user.name "Tobi-D7" - git checkout gh-pages git stage * git commit -m "Documentation" - git push origin gh-pages + git subtree push --prefix doc origin gh-pages