Skip to content

Commit

Permalink
fic(circleci): increase timeout for generating GitHub Pages (#1570)
Browse files Browse the repository at this point in the history
Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
  • Loading branch information
NTTechnicalUser and Heiko Holz committed Jan 26, 2023
1 parent d206454 commit 3eeb49b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
- attach_repo
- run:
name: Deploying to GitHub Pages
no_output_timeout: 20m
working_directory: ~/inspectit/repo/inspectit-ocelot-documentation/website
command: |
git config --global user.email "NTTechnicalUser@users.noreply.github.com"
Expand Down Expand Up @@ -179,6 +180,11 @@ jobs:
git add versions.json versioned_docs versioned_sidebars
git commit -m "[skip ci] Publish documentation v${CIRCLE_TAG}"
git push
- run:
name: Deploying to GitHub Pages
no_output_timeout: 20m
working_directory: ~/inspectit/inspectit-ocelot-documentation/website
command: |
GIT_USER=NTTechnicalUser CUSTOM_COMMIT_MESSAGE="[skip ci] Publish documentation v${CIRCLE_TAG}" npm run publish-gh-pages
# ###############################################
Expand Down
2 changes: 1 addition & 1 deletion resources/github-release-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ github_changelog_generator \
--no-author \
--no-unreleased \
--header-label "## Changelog" \
--max-issues 500
--max-issues 100

sed -i -e '3,5d' CHANGELOG.md
sed -i '$ d' CHANGELOG.md
Expand Down

0 comments on commit 3eeb49b

Please sign in to comment.