Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 18:49:48 +02:00 committed by GitHub
parent 5eefebee43
commit 165552b439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ jobs:
cd .. cd ..
sudo apt-get install doxygen cmake -y sudo apt-get install doxygen cmake -y
doxygen doxygen
cd doc
echo done echo done
mkdir -p ${{ steps.branch.outputs.branch }} mkdir -p ${{ steps.branch.outputs.branch }}
rm -r ${{ steps.branch.outputs.branch }}/* rm -r ${{ steps.branch.outputs.branch }}/*