1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 15:17:25 +00:00

🔨 Include backend in docs regeneration

This commit is contained in:
Steffo 2021-11-21 05:09:20 +01:00
parent ce3526bf45
commit a2aac4fcb1
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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"