Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Create gitignore.md #15

Create gitignore.md

Create gitignore.md #15

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@main
with:
excluded_paths: "ignore,.github"