feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e08ba5b73
commit
8129187bd9
@ -17,6 +17,7 @@ steps:
|
|||||||
- apt-get -y install texlive-lang-german
|
- apt-get -y install texlive-lang-german
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- make latexpdf
|
- make latexpdf
|
||||||
|
- make html
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -22,7 +22,7 @@ copyright = '2022, <tdb>'
|
|||||||
author = 'Software Ingenieur Begerad (SIB)'
|
author = 'Software Ingenieur Begerad (SIB)'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.1.0'
|
release = '0.1.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
//TODO tbc
|
//TODO tbc
|
||||||
|
|
||||||
|
## Systemumgebung
|
||||||
|
|
||||||
|
//TODO tbc
|
||||||
|
|
||||||
## Systemkontext
|
## Systemkontext
|
||||||
|
|
||||||
//TODO tbc
|
//TODO tbc
|
||||||
|
|
||||||
## Systemumgebung
|
## Systembeschreibung
|
||||||
|
|
||||||
//TODO tbc
|
//TODO tbc
|
Loading…
Reference in New Issue
Block a user