We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523bc29 commit 0617c7aCopy full SHA for 0617c7a
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
run: |
42
eval $(opam env)
43
mkdir -p doc
44
- coqdoc -utf8 -html -d doc -R src VLSM_SC src/*.v
+ coqdoc -utf8 -html -toc -index list -d doc -R src VLSM_SC src/*.v
45
+ mv doc/toc.html doc/index.html
46
47
- name: Upload documentation artifact
48
uses: actions/upload-artifact@v4
0 commit comments