Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 17:22:38 +02:00 committed by GitHub
parent db27c91ec9
commit d80017fcb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ jobs:
echo done
mkdir ${{ steps.branch.outputs.branch }}
mv -v doc ${{ steps.branch.outputs.branch }}/
rm -r doc/
git config --global user.email "tobid7@outlook.de"
git config --global user.name "Tobi-D7"
echo tobid7