Skip to content

Commit

Permalink
Add create-repo-diagram GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Aug 25, 2022
1 parent 3103cab commit 2470dce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create-repo-diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create repo diagram
on:
workflow_dispatch: { }
push:
branches:
- v2-mst-aptd-at-lcz-sty
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: ".github,.next,.storybook,docs,public,scripts,svg-to-react"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# [Go to documentation](https://github.com/UnlyEd/next-right-now)
![Visualization of the codebase](./diagram.svg)

0 comments on commit 2470dce

Please sign in to comment.