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