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
python-uga
training-hpc
Commits
16cb3ae7
Commit
16cb3ae7
authored
Jul 02, 2019
by
Loic Huder
Browse files
Added YaML for gitlab pages deployment
parent
66903073
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
16cb3ae7
stages
:
-
deploy
pages
:
stage
:
deploy
script
:
-
make presentations
-
mkdir .public
-
cp ipnyb/*.html .public
-
mv .public public
artifacts
:
paths
:
-
.public
only
:
-
master
-
web
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