Skip to content

Commit

Permalink
Revert "Update lean_doc.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
themathqueen authored Feb 9, 2024
1 parent eee8c2a commit add7fcd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lean_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,12 @@ jobs:
cat ../src/all.lean
lean --path
- name: Set up olean cache
uses: actions/cache@v3
with:
path: _cache
key: oleans

- name: 🔧 Build the lean code
run: |
cd doc-gen
lean -v
lean --make src/entrypoint.lean
- name: Save olean cache
run: |
leanproject mk-cache
- name: 📝 Export Lean symbol information
run: |
cd doc-gen
Expand Down

0 comments on commit add7fcd

Please sign in to comment.