Skip to content

init sem 2

init sem 2 #6

name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- "README.md"
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "codebase.svg"
excluded_paths: "ignore,.github"