Update docs.yml

This commit is contained in:
Bastian Schroll 2019-10-26 15:39:33 +02:00 committed by GitHub
parent a97608548e
commit 37f6a5f3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
mkdir log/
pip install mkdocs
apt install doxygen
- name: Build doxygen
run: echo 'tbd...'
run: doxygen docu/doxygen.ini
- name: Build mkDocs
run: mkdocs build -f docu/mkdocs.yml
- name: Deploy docs