Skip to content

Commit ebad065

Browse files
Update ci.yml
1 parent ab10b79 commit ebad065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
eval $(opam env)
4343
mkdir -p doc
44-
coqdoc -utf8 -html -toc --index -d doc -R src VLSM_SC src/*.v
44+
coqdoc -utf8 -html -d doc -R src VLSM_SC src/*.v
4545
4646
- name: Upload documentation artifact
4747
uses: actions/upload-artifact@v4
@@ -51,7 +51,7 @@ jobs:
5151

5252
deploy:
5353
needs: build
54-
if: github.ref == 'refs/heads/main'
54+
if: github.ref == 'refs/heads/ci-docs'
5555
runs-on: ubuntu-latest
5656
permissions:
5757
contents: write

0 commit comments

Comments
 (0)