Skip to content

Commit

Permalink
fix: no docs for tests or examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonfmir committed Mar 8, 2024
1 parent fbe2ae2 commit 446059b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
with:
repository: verified-optimization/CvxLean
path: CvxLean
- name: Build egg-pre-dcp, CvxLean, and CvxLeanTest
- name: Build egg-pre-dcp and CvxLean
working-directory: CvxLean
run: |
./build.sh
lake build CvxLeanTest
# TODO: This fails because no MOSEK, it would be nice to generate docs for examples and
# tests too, skip for now.
# lake build CvxLeanTest
- name: Create dummy docs project
run: |
# Taken from https://github.com/leanprover-community/mathlib4_docs
Expand Down

0 comments on commit 446059b

Please sign in to comment.