Skip to content

Commit

Permalink
chore: some work on CI try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 4, 2025
1 parent 535c69d commit 14316ee
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:

- name: install elan and build doc-gen4
uses: leanprover/lean-action@v1
with:
build-args: "--wfail"

- name: Checkout batteries
run: |
cd ../
git clone https://github.com/leanprover-community/batteries
- name: generate docs
run: |
cd ../
./doc-gen4/test_docs.sh "batteries" "doc-gen4"
- run: |
export LEAN_ABORT_ON_PANIC=1
lake build DocGen4:docs

0 comments on commit 14316ee

Please sign in to comment.