diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index dfc99b7..d07ea34 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -25,6 +25,7 @@ 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