Skip to content

Commit 3eeb49b

Browse files
NTTechnicalUserHeiko Holz
and
Heiko Holz
committed
fic(circleci): increase timeout for generating GitHub Pages (#1570)
Co-authored-by: Heiko Holz <[email protected]>
1 parent d206454 commit 3eeb49b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ###############################################

resources/github-release-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
sed -i -e '3,5d' CHANGELOG.md
2626
sed -i '$ d' CHANGELOG.md

0 commit comments

Comments
 (0)