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"
echo tobid7
git stage *
git add/rm *
echo staged
git commit -m "Documentation1"
git commit -a "Documentation1"
git tag doc
echo commited
git push origin gh-pages