Skip to content

Commit

Permalink
ci: align workflows with other repositories (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 16, 2024
1 parent 6a5e86a commit b3406e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
run: make build-api-reference

- name: Build Docusaurus docs
run: npm run build
working-directory: ./website
run: make build-docs

- name: Set up GitHub Pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fix-async-docstrings:
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
Expand Down

0 comments on commit b3406e0

Please sign in to comment.