Update Docs.yml
This commit is contained in:
parent
9623606229
commit
db89d5c60f
5
.github/workflows/Docs.yml
vendored
5
.github/workflows/Docs.yml
vendored
@ -23,8 +23,13 @@ jobs:
|
|||||||
cd doc
|
cd doc
|
||||||
sudo apt-get install doxygen cmake -y
|
sudo apt-get install doxygen cmake -y
|
||||||
doxygen
|
doxygen
|
||||||
|
echo done
|
||||||
git config --global user.email "tobid7@outlook.de"
|
git config --global user.email "tobid7@outlook.de"
|
||||||
git config --global user.name "Tobi-D7"
|
git config --global user.name "Tobi-D7"
|
||||||
|
echo tobid7
|
||||||
git stage *
|
git stage *
|
||||||
|
echo staged
|
||||||
git commit -m "Documentation"
|
git commit -m "Documentation"
|
||||||
|
echo commited
|
||||||
git subtree push --prefix doc origin gh-pages
|
git subtree push --prefix doc origin gh-pages
|
||||||
|
echo pushed
|
||||||
|
Loading…
Reference in New Issue
Block a user