Skip to content

Commit 5ced43e

Browse files
committed
Fix filepath in docs ci
1 parent af46e25 commit 5ced43e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -321,17 +321,16 @@ jobs:
321321
uv venv
322322
source .venv/bin/activate
323323
uv pip install -r requirements.txt
324+
cd ..
324325
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
325326
uv pip uninstall plotly
326-
cd ..
327327
uv pip install -e .
328328
uv pip install jupyter
329329
cd plotly/labextension
330330
npm ci
331331
npm run build
332-
cd ../doc
332+
cd ../..
333333
fi
334-
cd ..
335334
336335
- run:
337336
name: make html

0 commit comments

Comments
 (0)