We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99106f commit aedf59dCopy full SHA for aedf59d
build_tools/circle/build_doc.sh
@@ -82,5 +82,5 @@ curl -fsSL https://pixi.sh/install.sh | bash
82
export PATH=/home/circleci/.pixi/bin:$PATH
83
84
# The pipefail is requested to propagate exit code
85
-set -o pipefail && pixi run --frozen -e build-docs | tee ~/log.txt
+set -o pipefail && pixi run --frozen -e docs build-docs | tee ~/log.txt
86
set +o pipefail
0 commit comments