Create visualizer.yml
This commit is contained in:
16
.github/workflows/visualizer.yml
vendored
Normal file
16
.github/workflows/visualizer.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Create diagram
|
||||||
|
on:
|
||||||
|
workflow_dispatch: {}
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
get_data:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Update diagram
|
||||||
|
uses: githubocto/repo-visualizer@0.7.1
|
||||||
|
with:
|
||||||
|
excluded_paths: ".github"
|
||||||
Reference in New Issue
Block a user