diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 5e06956..1ee2949 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -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