1
0
Fork 0

Update main.yml

master
philipMartini 4 years ago committed by GitHub
parent 97f7ae4ba8
commit c9183ae0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/main.yml

@ -35,6 +35,7 @@ jobs:
- name: Build html
run: |
cd ./docs-out
sphinx-apidoc -o . ..
make clean
make html
rm -rf ../docs/*