Skip to content

Merge branch 'Diagram' of https://github.com/HEPLean/PhysLean into Di… #7

Merge branch 'Diagram' of https://github.com/HEPLean/PhysLean into Di…

Merge branch 'Diagram' of https://github.com/HEPLean/PhysLean into Di… #7

Workflow file for this run

name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- Diagram
jobs:
get_data:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "ignore,.github,./scripts,./docs,.gitignore, lake-manifest.json, lean-toolchain, .gitpod.yml, lakefile.toml, PhysLean.lean, diagram.svg, README.md, .vscode, CONTRIBUTING.md, LICENSE"
file_colors: '{"lean" : "#dc4ac2ff"}'