Skip to content

Commit

Permalink
build before lake exe graph in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Jan 30, 2025
1 parent cf6500d commit b12de8a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
- name: Copy README.md to website/index.md
run: cp README.md website/index.md

- name: Print files to upstream
run: |
mkdir -p website/_includes
python3 scripts/upstreaming_dashboard.py
python3 scripts/import_graph.py
- name: Install elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.0.0

Expand All @@ -52,6 +45,12 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake build LeanCamCombi

- name: Print files to upstream
run: |
mkdir -p website/_includes
python3 scripts/upstreaming_dashboard.py
python3 scripts/import_graph.py
- name: Cache dependencies docs
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b12de8a

Please sign in to comment.