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
Florent Chehab
_Mémoire_ La Cryptologie - analyse de la course entre cryptographie et cryptanalyse.
Commits
b5de9d8c
Commit
b5de9d8c
authored
Jun 20, 2018
by
Florent Chehab
Browse files
Gitlab Pages added
parent
871271df
Pipeline
#23900
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b5de9d8c
image
:
thisirs/latex-render
building-latex
:
stage
:
build
pages
:
stage
:
deploy
script
:
-
export LANG=fr_FR.UTF-8
-
export LC_ALL=fr_FR.UTF-8
-
make main.pdf
-
mv main.pdf HT01__La_Cryptologie.pdf
-
mkdir public
-
mv main.pdf public/HT01__La_Cryptologie.pdf
artifacts
:
paths
:
-
"
*.pdf"
expire_in
:
4 year
-
public
only
:
-
master
tags
:
-
docker
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