Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
131a0d6b
Commit
131a0d6b
authored
Mar 02, 2020
by
Philipp Reuber
Browse files
modify yml
parent
9e94dc1a
Pipeline
#248725
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
131a0d6b
...
...
@@ -4,7 +4,7 @@ variables:
stages
:
-
prepare
-
documentation
-
test
-
generate
-
deploy
...
...
@@ -31,14 +31,14 @@ documentation:
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r documentation/_build/html .public
-
mv .public public
artifacts
:
paths
:
-
public
stage
:
deploy
script
:
-
mkdir .public
-
cp -r documentation/_build/html .public
-
mv .public public
artifacts
:
paths
:
-
public
test:import:
...
...
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