Skip to content

Commit 69a77ef

Browse files
authored
CI: Rocqnavi released version (#1614)
1 parent d005b11 commit 69a77ef

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/generate_docs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,19 @@ jobs:
2828
with:
2929
ocaml-compiler: 4.14
3030
opam-repositories: |
31-
coq-extra-dev: https://coq.inria.fr/opam/extra-dev
3231
coq-released: https://coq.inria.fr/opam/released
3332
default: https://github.com/ocaml/opam-repository.git
3433
3534
- name: Build Mathcomp Analysis
3635
run: opam install -y --deps-only . && opam exec -- make -j 4
3736

38-
- name: Build coq2html
39-
run: exit 0 # currently broken
40-
# run: opam install -y coq-rocqnavi && opam show coq-rocqnavi
37+
- name: Build rocqnavi
38+
run: opam install -y rocq-navi && opam show rocq-navi
4139

4240
- name: Generate Documents
4341
run: |
4442
mkdir -p artifact/${{ env.destination_dir }}
45-
exit 0 # currently broken
46-
# opam exec -- coq2html -title "Mathcomp Analysis" -d artifact/${{ env.destination_dir }} -base mathcomp -Q theories analysis -coqlib https://coq.inria.fr/doc/V8.18.0/stdlib/ -external https://math-comp.github.io/htmldoc_2_1_0/ mathcomp.ssreflect -external https://math-comp.github.io/htmldoc_2_1_0/ mathcomp.algebra classical/*.glob classical/*.v theories/*.glob theories/*.v
43+
opam exec -- rocqnavi -title "Mathcomp Analysis" -d artifact/${{ env.destination_dir }} -base mathcomp -Q theories analysis -coqlib https://coq.inria.fr/doc/V8.20.0/stdlib/ -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.ssreflect -external https://math-comp.github.io/htmldoc_2_3_0/ mathcomp.algebra $(find . -name "*.v" -or -name "*.glob")
4744
4845
- name: Upload artifact
4946
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)