Update Docs.yml

This commit is contained in:
2021-07-24 19:21:05 +02:00
committed by GitHub
parent e717a52491
commit ba97c9ed70

View File

@ -26,10 +26,6 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: |
cd doc
cp Doxyfile ../
rm -r *
cd ..
sudo apt-get install doxygen cmake -y
doxygen
echo done