Skip to content

Commit

Permalink
tools/github actions: use makefile/sphinx instead of mkdocs to build …
Browse files Browse the repository at this point in the history
…HTML documentation
  • Loading branch information
nodiscc committed Oct 5, 2023
1 parent 00264cb commit 4e653e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
run: pip install mkdocs

- name: Build documentation
run: mkdocs build --clean
run: make htmldoc

trivy-repo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e653e1

Please sign in to comment.