tools/github actions: use makefile/sphinx instead of mkdocs to build HTML documentation
This commit is contained in:
parent
00264cb4a1
commit
4e653e1e97
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -93,11 +93,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pip install mkdocs
|
|
||||||
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: mkdocs build --clean
|
run: make htmldoc
|
||||||
|
|
||||||
trivy-repo:
|
trivy-repo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue