Skip to content

Commit

Permalink
fix(docs): only one docs workflow now
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Jun 7, 2024
1 parent 1a82516 commit ef32c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
mkdocs-material-
- run: |
sudo apt update && sudo apt install -y doxygen && \
pip install mkdocs-material \
mkdocs \
pip install mkdocs \
mkdocs-material \
Jinja2 \
ruamel.yaml && \
pip install git+https://github.com/JakubAndrysek/mkdoxy
- run: pip install mkdocs-material
- run: touch .nojekyll
- run: mkdocs gh-deploy --force

0 comments on commit ef32c85

Please sign in to comment.