Skip to content

Commit c157128

Browse files
Mr3zeeeminasljivic
authored andcommitted
docs ci fix (#745)
1 parent 3bfa693 commit c157128

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ jobs:
172172
with:
173173
name: kotlinx-rpc
174174
- name: Unzip artifact
175+
# this step runs in a container without bash, so the script must be POSIX sh compatible
175176
run: |
176-
set -euo pipefail
177+
set -eu
177178
unzip -O UTF-8 -qq '${{ env.ALGOLIA_ARTIFACT }}' -d algolia-indexes
178179
env algolia-key='${{env.ALGOLIA_KEY}}' java -jar /opt/builder/help-publication-agent.jar \
179180
update-index \
@@ -182,4 +183,4 @@ jobs:
182183
--product '${{env.CONFIG_JSON_PRODUCT}}' \
183184
--version '${{env.CONFIG_JSON_VERSION}}' \
184185
--index-directory algolia-indexes/ \
185-
2>&1 | tee algolia-update-index-log.txt
186+
2>&1

0 commit comments

Comments
 (0)