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!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,9 +14,9 @@ create_overall_md:
script:
- cat technical-reference-main.txt | while read LINE; do cat $LINE >> rdd-technical-reference.md ; done
artifacts:
expose_as: 'test document'
expose_as: 'full markdown document'
paths:
- test.md
- rdd-technical-reference.md
tests:
stage: test
Loading