Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
51a0d483
Commit
51a0d483
authored
Dec 10, 2016
by
Dion Haefner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct path
parent
5a33f10d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
51a0d483
...
...
@@ -20,7 +20,7 @@ build:main:
artifacts
:
name
:
"
$CI_BUILD_NAME"
paths
:
-
/opt/dune/dorie
/build-cmake/doc/html/
-
$CI_PROJECT_DIR
/build-cmake/doc/html/
expire_in
:
1 week
build:update_dune:
...
...
@@ -34,7 +34,7 @@ build:update_dune:
deploy:docs:
script
:
-
cd
/opt/dune/dorie
&& bash deploy_docs.sh
-
cd
$CI_PROJECT_DIR
&& bash deploy_docs.sh
stage
:
deploy
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