Skip to content

Commit aedf59d

Browse files
committed
iter
1 parent d99106f commit aedf59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ curl -fsSL https://pixi.sh/install.sh | bash
8282
export PATH=/home/circleci/.pixi/bin:$PATH
8383

8484
# The pipefail is requested to propagate exit code
85-
set -o pipefail && pixi run --frozen -e build-docs | tee ~/log.txt
85+
set -o pipefail && pixi run --frozen -e docs build-docs | tee ~/log.txt
8686
set +o pipefail

0 commit comments

Comments
 (0)