We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee4f18 commit e9e929bCopy full SHA for e9e929b
Makefile
@@ -54,7 +54,7 @@ release-docs:
54
@echo "Updating website docs"
55
poetry run mike deploy --push --update-aliases ${VERSION} ${ALIAS}
56
@echo "Building API docs"
57
- @$(MAKE) build-docs-api
+ @$(MAKE) build-docs-api VERSION=${VERSION}
58
59
build-docs-api:
60
poetry run pdoc --html --output-dir ./api/ ./aws_lambda_powertools --force
0 commit comments