File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
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
# ###############################################
You can’t perform that action at this time.
0 commit comments