Skip to content
Snippets Groups Projects

Resolve "Improve document structure"

Merged Michelle Weidling requested to merge 27-improve-document-structure into master
All threads resolved!
2 files
+ 1
698
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
2
@@ -3,10 +3,21 @@ include:
@@ -3,10 +3,21 @@ include:
stages:
stages:
- test
- build
- build
 
- test
 
- compile
- release
- release
 
create_overall_md:
 
stage: build
 
image: alpine:3.7
 
script:
 
- cat technical-reference-main.txt | while read LINE; do cat $LINE >> rdd-technical-reference.md ; done
 
artifacts:
 
expose_as: 'full markdown document'
 
paths:
 
- rdd-technical-reference.md
 
tests:
tests:
stage: test
stage: test
image: node:10
image: node:10
@@ -24,7 +35,7 @@ tests:
@@ -24,7 +35,7 @@ tests:
- tags
- tags
create_pdf:
create_pdf:
stage: build
stage: compile
image: pandoc/latex
image: pandoc/latex
before_script:
before_script:
- pandoc --version
- pandoc --version
Loading