Skip to content

Commit 5ee4f18

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ build-docs-api:
6060
poetry run pdoc --html --output-dir ./api/ ./aws_lambda_powertools --force
6161
mv -f ./api/aws_lambda_powertools/* ./api/
6262
rm -rf ./api/aws_lambda_powertools
63+
mkdir ${VERSION} && cp -R api ${VERSION}
6364

6465
docs-local:
6566
poetry run mkdocs serve

0 commit comments

Comments
 (0)