File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
- name : Prepare dependencies
19
19
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
20
20
- 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
22
22
- name : configure
23
23
run : cmake -B build -DCROW_AMALGAMATE=ON
24
24
- name : clean generated docs dir
29
29
run : doxygen
30
30
- name : run mkdocs
31
31
run : mkdocs build
32
+ - name : run mike
33
+ run : mike deploy 1.1
32
34
33
35
- name : Deploy 🚀
34
36
uses : JamesIves/github-pages-deploy-action@v4
You can’t perform that action at this time.
0 commit comments