Skip to content

Commit

Permalink
ci: Create website/api folder if not exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Oct 9, 2023
1 parent a476d7d commit 35b6307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ setup-tests: ## Install dependencies for tests only
.PHONY: docs
docs: ## Build API docs
./venv/bin/pdoc --force --template-dir docs/templates --output-dir build/docs h2o_wave
mkdir -p ../website/docs/api
mv build/docs/h2o_wave/* ../website/docs/api/
./venv/bin/python sync_examples.py

Expand Down

0 comments on commit 35b6307

Please sign in to comment.