Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Martin Souchal
container4science
Commits
7fba8001
Commit
7fba8001
authored
Jan 13, 2021
by
Martin Souchal
Browse files
Update .gitlab-ci.yml
parent
cea16a87
Pipeline
#99272
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
.gitlab-ci.yml
.gitlab-ci.yml
+17
-2
No files found.
.gitlab-ci.yml
View file @
7fba8001
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image
:
name
:
astefanutti/decktape
entrypoint
:
[
"
"
]
stages
:
-
documentation
-
deploy
pdf
:
stage
:
documentation
script
:
-
node /decktape/decktape.js --chrome-path chromium-browser --chrome-arg=--no-sandbox remark prez.html pres.pdf
artifacts
:
paths
:
-
pres.pdf
pages
:
stage
:
deploy
script
:
...
...
Write
Preview
Markdown
is supported
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