Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
logilab-views
Commits
3f493f7f95f7
Commit
3fa59def
authored
Aug 13, 2020
by
Simon Chabot
Browse files
ci: publish the views on gitlab pages
parent
36a8caa0d48f
Pipeline
#11840
passed with stages
in 3 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3f493f7f
...
@@ -4,6 +4,7 @@ stages:
...
@@ -4,6 +4,7 @@ stages:
-
deps
-
deps
-
lint
-
lint
-
build
-
build
-
publish
cache
:
cache
:
paths
:
paths
:
...
@@ -31,3 +32,16 @@ CanBuild:
...
@@ -31,3 +32,16 @@ CanBuild:
stage
:
build
stage
:
build
script
:
script
:
-
npm run build
-
npm run build
artifacts
:
paths
:
-
build
pages
:
stage
:
publish
only
:
-
branch/default
script
:
-
mv build public
artifacts
:
paths
:
-
public
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