File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments