mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-11 03:00:08 +01:00
fix mkdocs call
This commit is contained in:
parent
195215ac46
commit
2767b6f603
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs
|
||||
mkdocs build -f docu/mkdocs.yml
|
||||
python -m mkdocs build -f docu/mkdocs.yml
|
||||
|
||||
- name: Upload to docs-server
|
||||
run: echo 'test'
|
||||
|
|
|
|||
Loading…
Reference in a new issue