From 2ed488b851920c6da6eb3343e9d680bee9d5c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCnnich?= Date: Sat, 27 Apr 2024 17:52:56 +0200 Subject: [PATCH] ci(gh-actions): create visualize-repo.yml --- .github/workflows/visualize-repo.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/visualize-repo.yml diff --git a/.github/workflows/visualize-repo.yml b/.github/workflows/visualize-repo.yml new file mode 100644 index 0000000..00fac85 --- /dev/null +++ b/.github/workflows/visualize-repo.yml @@ -0,0 +1,19 @@ +name: Visualize repo with diagram + +on: + workflow_dispatch: {} + push: + branches: + - main + +jobs: + visualize_repo: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4.1.4 + - name: Update diagram + uses: githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # ratchet:githubocto/repo-visualizer@v0.9.1 + with: + excluded_paths: ".github"