File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ jobs:
132
132
- attach_repo
133
133
- run :
134
134
name : Deploying to GitHub Pages
135
+ no_output_timeout : 20m
135
136
working_directory : ~/inspectit/repo/inspectit-ocelot-documentation/website
136
137
command : |
137
138
git config --global user.email "[email protected] "
@@ -179,6 +180,11 @@ jobs:
179
180
git add versions.json versioned_docs versioned_sidebars
180
181
git commit -m "[skip ci] Publish documentation v${CIRCLE_TAG}"
181
182
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 : |
182
188
GIT_USER=NTTechnicalUser CUSTOM_COMMIT_MESSAGE="[skip ci] Publish documentation v${CIRCLE_TAG}" npm run publish-gh-pages
183
189
184
190
# ###############################################
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ github_changelog_generator \
20
20
--no-author \
21
21
--no-unreleased \
22
22
--header-label " ## Changelog" \
23
- --max-issues 500
23
+ --max-issues 100
24
24
25
25
sed -i -e ' 3,5d' CHANGELOG.md
26
26
sed -i ' $ d' CHANGELOG.md
You can’t perform that action at this time.
0 commit comments