Update Docs.yml

This commit is contained in:
2021-07-24 17:48:52 +02:00
committed by GitHub
parent 3fc36d5b14
commit a1d9b4344a

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"