This commit is contained in:
Zoe Roux
2021-02-04 16:22:34 +01:00
parent 1a8d582646
commit a147f69ac6
-1
View File
@@ -15,7 +15,6 @@ jobs:
run: sudo apt-get install --yes doxygen graphviz
- name: Update the docs
run: |
git clone -b gh-pages https://${GITHUB_REPO} docs
rm -rf docs/*
doxygen Doxyfile
cd docs