Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
mop
Commits
2b0ef09b
Commit
2b0ef09b
authored
Feb 28, 2021
by
Jochen Schulz
Browse files
Update .gitlab-ci.yml file
parent
58db95ff
Pipeline
#176914
failed with stages
in 32 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2b0ef09b
...
...
@@ -16,7 +16,7 @@ mop:
-
mkdir -p mop/_build/.jupyter_cache/
-
test ! -e mop/src && ln -s ../src mop/
-
test ! -e mop/data && ln -s ../data mop/
-
#
jupyter-book build mop
-
jupyter-book build mop
artifacts
:
paths
:
-
mop/_build/html
...
...
@@ -33,11 +33,11 @@ pycas:
-
cas/_build/html
pages
:
stage
s
:
deploy_stage
stage
:
deploy_stage
script
:
-
rm -rf public
-
mkdir -p public
-
#
cp -r mop/_build/html public/mop
-
cp -r mop/_build/html public/mop
-
cp -r cas/_build/html public/pycas
artifacts
:
paths
:
...
...
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