Skip to content

Commit a6620b5

Browse files
committed
Update build-doc.yml
1 parent 6a79b02 commit a6620b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-doc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ jobs:
4444
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
4545
run: |
4646
cd doc
47+
source .venv/bin/activate
4748
echo "${MAPBOX_TOKEN}" > python/.mapbox_token
48-
uv run make -kj8 || uv run make -kj8
49+
make -kj8 || make -kj8
4950
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/front-matter-ci.py > front-matter-ci.py
5051
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/check-or-enforce-order.py > check-or-enforce-order.py
51-
uv run python front-matter-ci.py build/html
52-
uv run python check-or-enforce-order.py build/html
52+
python front-matter-ci.py build/html
53+
python check-or-enforce-order.py build/html
5354
5455
- name: Upload docs artifact
5556
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)