Skip to content

Commit

Permalink
chore: small build system fixes (#8900)
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-determined-ai committed Feb 26, 2024
1 parent fa98bf3 commit a8ac657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-%:
$(MAKE) -C $(subst -,/,$*) build

.PHONY: build-docs
build-docs: build-harness build-model_hub build-examples build-helm build-proto
build-docs: build-harness build-model_hub build-examples build-helm build-proto build-bindings
$(MAKE) -C docs build

.PHONY: build-bindings
Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pre-publish:
cp ./swagger-ui/swagger-ui-main-deploy.js ./site/html/rest-api/swagger-ui-main.js

.PHONY: publish-check
publish-check:
python3 redirects.py publish-check

.PHONY: check-links
Expand Down

0 comments on commit a8ac657

Please sign in to comment.