Skip to content

Commit 7937a00

Browse files
committed
ci: align workflows with other repositories
1 parent 6a5e86a commit 7937a00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
run: make build-api-reference
6464

6565
- name: Build Docusaurus docs
66-
run: npm run build
67-
working-directory: ./website
66+
run: make build-docs
6867

6968
- name: Set up GitHub Pages
7069
uses: actions/configure-pages@v5

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fix-async-docstrings:
6262
build-api-reference:
6363
cd website && poetry run ./build_api_reference.sh
6464

65-
build-docs: build-api-reference
65+
build-docs:
6666
cd website && npm clean-install && npm run build
6767

6868
run-docs: build-api-reference

0 commit comments

Comments
 (0)