mirror of
https://github.com/Steffo99/sophon.git
synced 2025-01-02 20:24:19 +00:00
🔨 Include backend in docs regeneration
This commit is contained in:
parent
ce3526bf45
commit
a2aac4fcb1
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-sphinx-report.yml
vendored
1
.github/workflows/build-sphinx-report.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/build-sphinx-report.yml"
|
- ".github/workflows/build-sphinx-report.yml"
|
||||||
- "report/**"
|
- "report/**"
|
||||||
|
- "backend/**"
|
||||||
jobs:
|
jobs:
|
||||||
html:
|
html:
|
||||||
name: "Build HTML document"
|
name: "Build HTML document"
|
||||||
|
|
1
.github/workflows/build-sphinx-thesis.yml
vendored
1
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/build-sphinx-thesis.yml"
|
- ".github/workflows/build-sphinx-thesis.yml"
|
||||||
- "thesis/**"
|
- "thesis/**"
|
||||||
|
- "backend/**"
|
||||||
jobs:
|
jobs:
|
||||||
html:
|
html:
|
||||||
name: "Build HTML document"
|
name: "Build HTML document"
|
||||||
|
|
Loading…
Reference in a new issue