Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
158
Issues
158
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
6b29b426
Commit
6b29b426
authored
May 31, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] send doc artifacts only
parent
21b53040
Pipeline
#1491
failed with stage
in 176 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
6b29b426
...
...
@@ -13,10 +13,10 @@ variables:
#- apt-get install make xz-utils
stages
:
-
build
-
docs
-
test
build
:
docs
:
cache
:
key
:
"
$CI_JOB_NAME"
paths
:
...
...
@@ -24,7 +24,7 @@ build:
-
.stack-work/
script
:
-
stack build --no-terminal --haddock --no-haddock-deps --fast
-
cp -R "$(stack path --local-install-root)" ./output
-
cp -R "$(stack path --local-install-root)"
/doc
./output
artifacts
:
paths
:
-
./output
...
...
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