Skip to content

Commit e9e929b

Browse files
committed
chore(ci): re-create versioned API docs for new pages deployment
1 parent 5ee4f18 commit e9e929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ release-docs:
5454
@echo "Updating website docs"
5555
poetry run mike deploy --push --update-aliases ${VERSION} ${ALIAS}
5656
@echo "Building API docs"
57-
@$(MAKE) build-docs-api
57+
@$(MAKE) build-docs-api VERSION=${VERSION}
5858

5959
build-docs-api:
6060
poetry run pdoc --html --output-dir ./api/ ./aws_lambda_powertools --force

0 commit comments

Comments
 (0)