Skip to content

Commit b12de8a

Browse files
build before lake exe graph in CI
1 parent cf6500d commit b12de8a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/push_master.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
- name: Copy README.md to website/index.md
3737
run: cp README.md website/index.md
3838

39-
- name: Print files to upstream
40-
run: |
41-
mkdir -p website/_includes
42-
python3 scripts/upstreaming_dashboard.py
43-
python3 scripts/import_graph.py
44-
45-
4639
- name: Install elan
4740
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.0.0
4841

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

48+
- name: Print files to upstream
49+
run: |
50+
mkdir -p website/_includes
51+
python3 scripts/upstreaming_dashboard.py
52+
python3 scripts/import_graph.py
53+
5554
- name: Cache dependencies docs
5655
uses: actions/cache@v3
5756
with:

0 commit comments

Comments
 (0)