Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Konrad Völkel
lecturescript
Commits
d2ed2521
Commit
d2ed2521
authored
Jun 12, 2022
by
Konrad Völkel
Browse files
Update .gitlab-ci.yml file
parent
01d4e76a
Pipeline
#90593
failed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d2ed2521
...
...
@@ -39,14 +39,17 @@ jupyter-build-pdf:
-
pip install -r requirements.txt -v
-
alias python=python3
# for jb clean ...
-
jupyter-book clean .
-
jupyter-book build . --builder pdflatex
-
jupyter-book build . --builder pdflatex --path-output _pdfbuild
artifacts
:
paths
:
-
_pdfbuild/
pages
:
stage
:
deploy
image
:
busybox:latest
script
:
-
mv _build/html public
-
mv _build/latex/datascience-skript.pdf public/
-
mv _
pdf
build/latex/datascience-skript.pdf public/
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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