Skip to content

Commit

Permalink
chore: fix docbuild setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jan 6, 2025
1 parent 88d85ba commit 558aff7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build project documentation
working-directory: docbuild
run: |
~/.elan/bin/lake update carleson || true
MATHLIB_NO_CACHE_ON_UPDATE=1 ~/.elan/bin/lake update carleson || true
~/.elan/bin/lake build Carleson:docs
- name: Build blueprint and copy to `docs/blueprint`
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Test carleson update in docbuild
working-directory: docbuild
run: |
~/.elan/bin/lake update carleson || true
#~/.elan/bin/lake build Carleson:docs
MATHLIB_NO_CACHE_ON_UPDATE=1 ~/.elan/bin/lake update carleson || true
- name: Build blueprint and copy to `docs/blueprint`
uses: xu-cheng/texlive-action@v2
Expand Down
152 changes: 0 additions & 152 deletions docbuild/lake-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion docbuild/lean-toolchain

This file was deleted.

0 comments on commit 558aff7

Please sign in to comment.