Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 5, 2024
2 parents 317d1db + 6e385e3 commit 92d063b
Show file tree
Hide file tree
Showing 7 changed files with 3,302 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'home_page/**'
- 'home'
- '**/generate_dashboard.py'
- '**/generate_equation_implication_js.py'
- 'lean-toolchain'
- 'lakefile.toml'
- 'lake-manifest.json'
Expand All @@ -24,6 +25,7 @@ on:
- 'home_page/**'
- 'home'
- '**/generate_dashboard.py'
- '**/generate_equation_implication_js.py'
- 'lean-toolchain'
- 'lakefile.toml'
- 'lake-manifest.json'
Expand Down Expand Up @@ -134,6 +136,11 @@ jobs:
~/.elan/bin/lake exe extract_implications outcomes equational_theories --hist > /tmp/hist.json
python scripts/generate_dashboard.py /tmp/hist.json
- name: Generate home_page/implications/implications.js
run: |
~/.elan/bin/lake exe extract_implications outcomes > /tmp/out.json
python scripts/generate_equation_implication_js.py /tmp/out.json
- name: Bundle dependencies
if: github.event_name == 'push'
uses: ruby/setup-ruby@v1
Expand Down
Loading

0 comments on commit 92d063b

Please sign in to comment.