Skip to content

Commit febbfcf

Browse files
authored
chore: 💄📝👷 Bump up version of Rocqnavi to (0.3.1 → 0.4.1) (#1916)
1 parent e5c611b commit febbfcf

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/deploy-docs-gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
default: https://github.com/ocaml/opam-repository.git
2929
3030
- name: Build Mathcomp Analysis
31-
run: opam install -y --deps-only . && opam exec -- make -j 4
32-
33-
- name: Install Rocqnavi
34-
run: opam install -y rocq-navi.0.3.1
31+
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4
3532

3633
- name: Generate Documents
3734
run: opam exec -- make html

.github/workflows/generate_docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
default: https://github.com/ocaml/opam-repository.git
3636
3737
- name: Build Mathcomp Analysis
38-
run: opam install -y --deps-only . && opam exec -- make -j 4
39-
40-
- name: Install Rocqnavi
41-
run: opam install -y rocq-navi.0.3.1
38+
run: opam install -y --deps-only . --with-doc && opam exec -- make -j 4
4239

4340
- name: Generate Documents
4441
run: |

rocq-mathcomp-analysis.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depends: [
1919
"rocq-mathcomp-solvable"
2020
"rocq-mathcomp-field"
2121
"rocq-mathcomp-bigenough" { (>= "1.0.0") }
22+
"rocq-navi" {= "0.4.1" & with-doc}
2223
]
2324

2425
conflicts: [ "coq-mathcomp-analysis" { < "1.16~" } ]

0 commit comments

Comments
 (0)