try to fix CI

This commit is contained in:
Simon Cruanes 2021-11-28 18:33:56 -05:00
parent b27fdc5507
commit bf1f9e7ce1
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ jobs:
run: opam install -d . --deps-only run: opam install -d . --deps-only
- name: Build - name: Build
run: opam exec -- dune build @doc run: opam exec -- dune build @doc --ignore-promoted-rules
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3

View file

@ -21,6 +21,7 @@ depends: [
"qcheck" {with-test & >= "0.16" } "qcheck" {with-test & >= "0.16" }
"odoc" {with-doc} "odoc" {with-doc}
"mdx" {with-test} "mdx" {with-test}
# "bare_encoding" {with-doc}
] ]
tags: [ "sat" "smt" ] tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick" homepage: "https://github.com/c-cube/sidekick"