File tree Expand file tree Collapse file tree 3 files changed +7
-64
lines changed Expand file tree Collapse file tree 3 files changed +7
-64
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ codecov
12
12
13
13
node_modules /
14
14
doc /framework
15
- frontmatter-errors.json
15
+ frontmatter-errors.json
16
+ node_modules
Original file line number Diff line number Diff line change @@ -38,11 +38,13 @@ jobs:
38
38
node_js : 10
39
39
40
40
before_script :
41
+ - npm ci
41
42
- npm run doc-prepare
42
- - npm run --prefix doc/framework clone-repos
43
+ - $(npm bin)/kuzdoc iterate-repos:install --repos_path doc/framework/.repos/
44
+ - $(npm bin)/kuzdoc framework:link -d /sdk/csharp/2/ -v 2
43
45
script :
44
46
- gem install typhoeus
45
- - HYDRA_MAX_CONCURRENCY=20 npm run --prefix doc/framework dead-links
47
+ - cd doc/framework/ && HYDRA_MAX_CONCURRENCY=20 ruby .ci/ dead-links.rb -p src/sdk/csharp/2/
46
48
47
49
- stage : Tests
48
50
name : Build documentation
86
88
language : node_js
87
89
node_js : 10
88
90
env :
91
+ - BRANCH=dev
89
92
- NODE_ENV=production
90
93
- S3_BUCKET=docs-next.kuzzle.io
91
94
- CLOUDFRONT_DISTRIBUTION_ID=E2ZCCEK9GRB49U
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments