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 Feb 7, 2024
1 parent 1c12d95 commit 75acad6
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 75acad6

Please sign in to comment.