This commit is contained in:
tobid7 2022-04-12 11:03:30 +02:00
parent 27653c2350
commit 7165d1edc4

View File

@ -41,8 +41,9 @@ jobs:
git config --global user.name "Tobi-D7" git config --global user.name "Tobi-D7"
echo tobid7 echo tobid7
git stage * git stage *
git add/rm *
echo staged echo staged
git commit -m "Documentation1" git commit -a "Documentation1"
git tag doc git tag doc
echo commited echo commited
git push origin gh-pages git push origin gh-pages