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
UMR-ASTRE
Training
evolution-rscript
Commits
7274ca04
Commit
7274ca04
authored
Jan 13, 2022
by
Facundo Muñoz
®️
Browse files
Use GitLab pages.
parent
43827676
Pipeline
#61351
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7274ca04
pages
:
stage
:
deploy
script
:
-
echo assuming pages are built in public
-
apt-get update -qq; apt-get install --no-install-recommends -y pandoc
-
pandoc -o public/index.html README.md
artifacts
:
paths
:
-
public
only
:
-
master
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