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
eb6d45f0
Commit
eb6d45f0
authored
Mar 02, 2020
by
Philipp Reuber
Browse files
add generation for gitlab pages to yml
parent
685c6c8d
Pipeline
#248712
passed with stages
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb6d45f0
...
...
@@ -6,6 +6,7 @@ stages:
-
prepare
-
generate
-
test
-
deploy
docker
:
...
...
@@ -28,6 +29,18 @@ documentation:
tags
:
-
docker
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r documentation .public
-
mv .public public
artifacts
:
paths
:
-
public
test:import:
stage
:
test
variables
:
...
...
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