File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -216,14 +216,14 @@ after_success:
216
216
fi;
217
217
fi;
218
218
# publish latest website, variables below are secure environment variables which are unavailable to PRs from forks.
219
- - if [ "$TRAVIS_BRANCH" = "master" ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
220
- cd website;
221
- git config --global user.name "${GH_NAME}";
222
- git config --global user.email "${GH_EMAIL}";
223
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc;
224
- yarn install;
225
- GIT_USER="${GH_NAME}" yarn run publish-gh-pages;
226
- fi;
219
+ # - if [ "$TRAVIS_BRANCH" = "master" ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
220
+ # cd website;
221
+ # git config --global user.name "${GH_NAME}";
222
+ # git config --global user.email "${GH_EMAIL}";
223
+ # echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc;
224
+ # yarn install;
225
+ # GIT_USER="${GH_NAME}" yarn run publish-gh-pages;
226
+ # fi;
227
227
228
228
env :
229
229
- DOCKER_GENERATOR_IMAGE_NAME=openapitools/openapi-generator-online DOCKER_CODEGEN_CLI_IMAGE_NAME=openapitools/openapi-generator-cli NODE_ENV=test CC=gcc-5 CXX=g++-5
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const docusaurusConfig = {
20
20
favicon : 'img/favicon.png' ,
21
21
organizationName : 'OpenAPITools' ,
22
22
projectName : 'openapi-generator' ,
23
+ onBrokenLinks : 'ignore' ,
23
24
24
25
// // You may provide arbitrary config keys to be used as needed by your
25
26
// // template. For example, if you need your repo's URL...
You can’t perform that action at this time.
0 commit comments