Update Docs.yml

This commit is contained in:
tobid7 2021-07-23 16:14:39 +02:00 committed by GitHub
parent c2b35fdf83
commit 36f545855d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ jobs:
cd doc cd doc
sudo apt-get install doxygen cmake -y sudo apt-get install doxygen cmake -y
doxygen doxygen
git config --global user.email "tobid7@outlook.de"
git config --global user.name "Tobi-D7"
git stage * git stage *
git commit -m "Documentation" git commit -m "Documentation"
git push origin gh-pages git push origin gh-pages