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
Cecile Cavet
test-ci
Commits
9c124caf
Commit
9c124caf
authored
Apr 25, 2018
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
a95a7b68
Pipeline
#11423
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
.gitlab-ci.yml
.gitlab-ci.yml
+14
-1
No files found.
.gitlab-ci.yml
View file @
9c124caf
...
...
@@ -7,6 +7,7 @@ before_script:
# - pip install mkdocs-material
pages
:
stage
:
deploy
script
:
-
mkdocs build
-
mv site public
...
...
@@ -14,4 +15,16 @@ pages:
paths
:
-
public
only
:
-
master
\ No newline at end of file
-
master
#pages:
# stage: deploy
# script:
# - mkdir .public
# - cp -r * .public
# - mv .public public
# 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