Skip to content

Commit

Permalink
Diagram to push to unprotected branch and display in dev/REPO_VISUALI…
Browse files Browse the repository at this point in the history
…SATION.md (#786)

* moving diagram to pull request

* Pushing to unprotected repo and linking to there

* correcting svg link

* correcting branch name
  • Loading branch information
HughParry authored Nov 14, 2023
1 parent 0b71133 commit 3bbf01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_diagram.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: create_diagram
on:
workflow_dispatch: {}
push:
pull_request:
branches:
- main
jobs:
Expand All @@ -10,3 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: githubocto/repo-visualizer@main
with:
branch: repo-diagram
1 change: 1 addition & 0 deletions dev/REPO_VISUALISATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![Visualization of this repo](https://github.com/prosopo/captcha/blob/repo-diagram/diagram.svg?raw=true)

0 comments on commit 3bbf01b

Please sign in to comment.