Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 17:48:52 +02:00 committed by GitHub
parent 3fc36d5b14
commit a1d9b4344a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
sudo apt-get install doxygen cmake -y
doxygen
echo done
mkdir ${{ steps.branch.outputs.branch }}
mkdir -p ${{ steps.branch.outputs.branch }}
mv -v doc ${{ steps.branch.outputs.branch }}/
rm -r doc/
git config --global user.email "tobid7@outlook.de"