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 6a5e86a commit 7937a00Copy full SHA for 7937a00
.github/workflows/build_and_deploy_docs.yaml
@@ -63,8 +63,7 @@ jobs:
63
run: make build-api-reference
64
65
- name: Build Docusaurus docs
66
- run: npm run build
67
- working-directory: ./website
+ run: make build-docs
68
69
- name: Set up GitHub Pages
70
uses: actions/configure-pages@v5
Makefile
@@ -62,7 +62,7 @@ fix-async-docstrings:
62
build-api-reference:
cd website && poetry run ./build_api_reference.sh
-build-docs: build-api-reference
+build-docs:
cd website && npm clean-install && npm run build
run-docs: build-api-reference
0 commit comments