Update Docs.yml
This commit is contained in:
parent
83eeee453e
commit
5d02c2c6f2
7
.github/workflows/Docs.yml
vendored
7
.github/workflows/Docs.yml
vendored
@ -23,19 +23,16 @@ jobs:
|
|||||||
cd doc
|
cd doc
|
||||||
sudo apt-get install doxygen cmake -y
|
sudo apt-get install doxygen cmake -y
|
||||||
doxygen
|
doxygen
|
||||||
cd ..
|
|
||||||
git init doc
|
|
||||||
cd doc
|
|
||||||
echo done
|
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
|
echo tobid7
|
||||||
git stage *
|
git stage *
|
||||||
git pull RenderD7 gh-pages
|
git pull main
|
||||||
echo staged
|
echo staged
|
||||||
git commit -m "Documentation"
|
git commit -m "Documentation"
|
||||||
git tag doc
|
git tag doc
|
||||||
cd ..
|
cd ..
|
||||||
echo commited
|
echo commited
|
||||||
git subtree push --prefix doc origin gh-pages
|
git push origin gh-pages
|
||||||
echo pushed
|
echo pushed
|
||||||
|
Loading…
Reference in New Issue
Block a user