Update Docs.yml

This commit is contained in:
tobid7 2021-07-23 19:30:37 +02:00 committed by GitHub
parent 624b59db9d
commit 328ff9d23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,15 @@ jobs:
cd doc
sudo apt-get install doxygen cmake -y
doxygen
git init
echo done
git config --global user.email "tobid7@outlook.de"
git config --global user.name "Tobi-D7"
echo tobid7
git stage *
echo staged
git subtree push --prefix doc origin gh-pages
git commit -m "Documentation"
git tag doc
echo commited
git subtree push --prefix doc origin gh-pages
echo pushed