Skip to content

Commit

Permalink
diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Sep 24, 2023
1 parent 613738c commit cfdcff7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/create-diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Diagram

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
diagram:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: githubocto/repo-visualizer
2 changes: 1 addition & 1 deletion PYTHON/nodes
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ If interested in using Flojoy in a context where the AGPL license is prohibitive
# Product screenshots

![product_screenshot](https://github.com/flojoy-ai/studio/assets/1865834/e58877fb-b9e4-4831-ac35-de40021dacd3)

![Visualization of the Codebase](./diagram.svg)

0 comments on commit cfdcff7

Please sign in to comment.