Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Projet-Web
pm-contributions
Commits
ea6b42c6
Commit
ea6b42c6
authored
Oct 31, 2016
by
Emmanuel Milou
Browse files
Merge branch 'gitlab-ci' into 'master'
Generate HTML and PDF in .gitlab-ci.yml See merge request
!1
parents
93933bad
4a498085
Pipeline
#1164
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea6b42c6
image
:
asciidoc
stages
:
-
documentation
html
:
script
:
-
cd $CI_PROJECT_DIR && asciidoctor pm-contributions.adoc
stage
:
documentation
artifacts
:
paths
:
-
pm-contributions.html
tags
:
-
docker-images
pdf
:
script
:
-
cd $CI_PROJECT_DIR && asciidoctor-pdf -a pdf-stylesdir=resources -n -a pdf-styles=sfl -a pdf-fontsdir=assets/fonts pm-contrib.pdf
-
cd $CI_PROJECT_DIR && asciidoctor-pdf -a pdf-stylesdir=resources -n -a pdf-style=sfl -a pdf-fontsdir=assets/fonts pm-contributions.adoc
stage
:
documentation
artifacts
:
paths
:
-
pm-contributions.pdf
tags
:
-
docker-images
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment