File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments