mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
try to visualize the codebase
This commit is contained in:
parent
e6b64b0f2c
commit
36b8db58b0
16
.github/workflows/create-diagram.yml
vendored
Normal file
16
.github/workflows/create-diagram.yml
vendored
Normal file
@ -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:
|
||||||
|
excluded_paths: "ignore,.github"
|
Loading…
Reference in New Issue
Block a user