File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
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 "NTTechnicalUser@users.noreply.github.com"
@@ -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# ###############################################
You can’t perform that action at this time.
0 commit comments