Skip to content

Add the workflow diagram to the repository #2

Add the workflow diagram to the repository

Add the workflow diagram to the repository #2

name: Create structure diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "results/_freeze"