From 7ee15e3a0dc59704c55619cf0a1ab1e206a747d6 Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:50:46 +0800 Subject: [PATCH] =?UTF-8?q?ci(actions):=20=E2=9C=A8=20add=20repository=20s?= =?UTF-8?q?tructure=20visualizer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/visualize.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/visualize.yml diff --git a/.github/workflows/visualize.yml b/.github/workflows/visualize.yml new file mode 100644 index 0000000..afdbdd0 --- /dev/null +++ b/.github/workflows/visualize.yml @@ -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@main + with: + branch: diagram