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 6a79b02 commit a6620b5Copy full SHA for a6620b5
1 file changed
.github/workflows/build-doc.yml
@@ -44,12 +44,13 @@ jobs:
44
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
45
run: |
46
cd doc
47
+ source .venv/bin/activate
48
echo "${MAPBOX_TOKEN}" > python/.mapbox_token
- uv run make -kj8 || uv run make -kj8
49
+ make -kj8 || make -kj8
50
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/front-matter-ci.py > front-matter-ci.py
51
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/check-or-enforce-order.py > check-or-enforce-order.py
- uv run python front-matter-ci.py build/html
52
- uv run python check-or-enforce-order.py build/html
+ python front-matter-ci.py build/html
53
+ python check-or-enforce-order.py build/html
54
55
- name: Upload docs artifact
56
uses: actions/upload-artifact@v4
0 commit comments