mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
try to fix CI
This commit is contained in:
parent
b27fdc5507
commit
bf1f9e7ce1
2 changed files with 2 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: opam install -d . --deps-only
|
||||
|
||||
- name: Build
|
||||
run: opam exec -- dune build @doc
|
||||
run: opam exec -- dune build @doc --ignore-promoted-rules
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ depends: [
|
|||
"qcheck" {with-test & >= "0.16" }
|
||||
"odoc" {with-doc}
|
||||
"mdx" {with-test}
|
||||
# "bare_encoding" {with-doc}
|
||||
]
|
||||
tags: [ "sat" "smt" ]
|
||||
homepage: "https://github.com/c-cube/sidekick"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue