Skip to content

Commit

Permalink
Create create_structure_diagram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobdanel authored Jan 8, 2024
1 parent 1845f0d commit 50b0aa0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create_structure_diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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"

0 comments on commit 50b0aa0

Please sign in to comment.