diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index e4a5b9d..64bdf31 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -23,8 +23,13 @@ jobs: cd doc sudo apt-get install doxygen cmake -y doxygen + echo done git config --global user.email "tobid7@outlook.de" git config --global user.name "Tobi-D7" + echo tobid7 git stage * + echo staged git commit -m "Documentation" + echo commited git subtree push --prefix doc origin gh-pages + echo pushed