Skip to content

Commit

Permalink
added pip install for mike
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Mar 10, 2024
1 parent db059ce commit 82332f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-gh-pages.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Prepare dependencies
run: sudo apt-get update && sudo apt-get -yq install libasio-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git openssl libssl-dev
- name: prepate pip dependencies
run: pip3 install mkdocs-material mkdocs-redirects pyyaml mkdocs-meta-descriptions-plugin --no-input
run: pip3 install mkdocs-material mkdocs-redirects pyyaml mkdocs-meta-descriptions-plugin mike --no-input
- name: configure
run: cmake -B build -DCROW_AMALGAMATE=ON
- name: clean generated docs dir
Expand Down

0 comments on commit 82332f5

Please sign in to comment.