Skip to content

Commit 05f7f33

Browse files
committed
added mike run to deploy version
1 parent 08aa69e commit 05f7f33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Prepare dependencies
1919
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
2020
- name: prepate pip dependencies
21-
run: pip3 install mkdocs-material mkdocs-redirects pyyaml mkdocs-meta-descriptions-plugin --no-input
21+
run: pip3 install mkdocs-material mkdocs-redirects pyyaml mkdocs-meta-descriptions-plugin mike --no-input
2222
- name: configure
2323
run: cmake -B build -DCROW_AMALGAMATE=ON
2424
- name: clean generated docs dir
@@ -29,6 +29,8 @@ jobs:
2929
run: doxygen
3030
- name: run mkdocs
3131
run: mkdocs build
32+
- name: run mike
33+
run: mike deploy 1.1
3234

3335
- name: Deploy 🚀
3436
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)