Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 19:21:05 +02:00 committed by GitHub
parent e717a52491
commit ba97c9ed70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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