mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
try to visualize the codebase
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user