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
+ 1
1
@@ -12,7 +12,7 @@ create_overall_md:
@@ -12,7 +12,7 @@ create_overall_md:
stage: build
stage: build
image: alpine:3.7
image: alpine:3.7
script:
script:
- cat technical-reference-main.txt | while read LINE; do cat $LINE >> test.md ; done
- cat technical-reference-main.txt | while read LINE; do cat $LINE >> rdd-technical-reference.md ; done
artifacts:
artifacts:
expose_as: 'test document'
expose_as: 'test document'
paths:
paths:
Loading