File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,14 +216,14 @@ after_success:
216216 fi;
217217 fi;
218218 # 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;
227227
228228env :
229229 - 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 = {
2020 favicon : 'img/favicon.png' ,
2121 organizationName : 'OpenAPITools' ,
2222 projectName : 'openapi-generator' ,
23+ onBrokenLinks : 'ignore' ,
2324
2425 // // You may provide arbitrary config keys to be used as needed by your
2526 // // template. For example, if you need your repo's URL...
You can’t perform that action at this time.
0 commit comments