Skip to content

Commit

Permalink
File dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Feb 1, 2025
1 parent 3084cda commit 52a5a3e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 48 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Copy README.md to website/index.md
run: cp README.md website/index.md

- name: Upstreaming dashboard
run: |
mkdir -p website/_includes
python3 scripts/upstreaming_dashboard.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 @@ -45,11 +50,11 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake build LeanCamCombi

- name: Print files to upstream
- name: File dependencies
run: |
mkdir -p website/_includes
python3 scripts/upstreaming_dashboard.py
python3 scripts/import_graph.py
sudo apt-get update
sudo apt install graphviz -y
~/.elan/bin/lake exe graph website/file_deps.pdf
- name: Cache dependencies docs
uses: actions/cache@v3
Expand Down
40 changes: 0 additions & 40 deletions scripts/import_graph.py

This file was deleted.

2 changes: 1 addition & 1 deletion website/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
<!-- <a href="blueprint" class="btn">Blueprint</a> -->
<a href="docs" class="btn">Documentation</a>
<a href="upstreaming" class="btn">Upstreaming dashboard</a>
<a href="import-graph" class="btn">Import Graph</a>
<a href="file_deps.pdf" class="btn">File dependencies</a>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
Expand Down
3 changes: 0 additions & 3 deletions website/import-graph.md

This file was deleted.

0 comments on commit 52a5a3e

Please sign in to comment.