File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ jobs:
132132 - attach_repo
133133 - run :
134134 name : Deploying to GitHub Pages
135+ no_output_timeout : 20m
135136 working_directory : ~/inspectit/repo/inspectit-ocelot-documentation/website
136137 command : |
137138 git config --global user.email "[email protected] " @@ -179,6 +180,11 @@ jobs:
179180 git add versions.json versioned_docs versioned_sidebars
180181 git commit -m "[skip ci] Publish documentation v${CIRCLE_TAG}"
181182 git push
183+ - run :
184+ name : Deploying to GitHub Pages
185+ no_output_timeout : 20m
186+ working_directory : ~/inspectit/inspectit-ocelot-documentation/website
187+ command : |
182188 GIT_USER=NTTechnicalUser CUSTOM_COMMIT_MESSAGE="[skip ci] Publish documentation v${CIRCLE_TAG}" npm run publish-gh-pages
183189
184190# ###############################################
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ github_changelog_generator \
2020 --no-author \
2121 --no-unreleased \
2222 --header-label " ## Changelog" \
23- --max-issues 500
23+ --max-issues 100
2424
2525sed -i -e ' 3,5d' CHANGELOG.md
2626sed -i ' $ d' CHANGELOG.md
You can’t perform that action at this time.
0 commit comments