Skip to content

Commit ac3837b

Browse files
authored
Add make execute PROFILE=exe-prod to docs-site action (#598)
* Add execute PROFILE=exe-prod to Docker image build * Move notebook execution into docs-site action
1 parent 2e7b2bb commit ac3837b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ get-source: clean clone notebooks python-docs test-descriptions
8888
docs-site: get-source
8989
@echo "\nRendering the static HTML site ..."
9090
quarto render --profile production
91+
@$(MAKE) execute PROFILE=exe-prod
9192

9293
# Deployment to https://docs-demo.vm.validmind.ai/
9394
deploy-demo:

0 commit comments

Comments
 (0)