Skip to content

Commit 0617c7a

Browse files
Add table of contents
1 parent 523bc29 commit 0617c7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
eval $(opam env)
4343
mkdir -p doc
44-
coqdoc -utf8 -html -d doc -R src VLSM_SC src/*.v
44+
coqdoc -utf8 -html -toc -index list -d doc -R src VLSM_SC src/*.v
45+
mv doc/toc.html doc/index.html
4546
4647
- name: Upload documentation artifact
4748
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)