mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-03 07:09:56 +01:00
Update docs.yml
This commit is contained in:
parent
a97608548e
commit
37f6a5f3be
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue