We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bc0a2 commit 9ca777dCopy full SHA for 9ca777d
.github/workflows/docs-generate.yaml
@@ -5,6 +5,9 @@ on:
5
push:
6
branches:
7
- master
8
+ # Do not re-trigger when our own PRs are merged
9
+ paths-ignore:
10
+ - codebase-structure.svg
11
jobs:
12
update_diagram:
13
name: Update the codebase structure diagram
@@ -17,7 +20,7 @@ jobs:
17
20
uses: actions/checkout@v3
18
21
19
22
- name: Update diagram
- # TODO: still not "official" enough for a proper semantic release version
23
+ # Not "official" enough for a proper semantic release version
24
uses: githubocto/repo-visualizer@main
25
with:
26
excluded_paths: "ignore,.github"
0 commit comments