Skip to content

Commit b5c4ebd

Browse files
committed
Proper divide section titles in generated docs
1 parent 3481029 commit b5c4ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ pages:
314314
before_script:
315315
- rm -rf doc public .yardoc README.md
316316
- bin/docs_classlistgenerate.sh site/profile docs/classes.md
317-
- for f in $(cat docs/toc.txt); do cat docs/$f >> README.md ; done
317+
- for f in $(cat docs/toc.txt); do cat docs/$f >> README.md ; echo >> README.md ; done
318318
script:
319319
- puppet strings generate site/**/**/*{.pp\,.rb} site/**/**/**/*{.pp\,.rb} manifests/site.pp
320320
# - rake strings:generate["site/**/**/*{.pp\,.rb} site/**/**/**/*{.pp\,.rb} manifests/site.pp, false, false, markdown,-r docs/PsickGuide.md"]

0 commit comments

Comments
 (0)