Closed
Description
Bug description
This morning the API spec page was returning 404:
https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/
I noticed that this job, triggered by release v0.7.1, failed: https://github.com/awslabs/aws-lambda-powertools-typescript/runs/5586151464?check_suite_focus=true
After re-running the failed job, the job completed successfully and the API docs page was restored:
https://github.com/awslabs/aws-lambda-powertools-typescript/runs/5598299456?check_suite_focus=true
Expected Behavior
The API docs page is deployed correctly.
https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/
Current Behavior
A release workflow resulted in the API docs returning 404.
Possible Solution
To be scoped.
Steps to Reproduce
This was triggered from the release process, see links provided above.
Environment
- Powertools version used: v0.7.1
- Packaging format (Layers, npm): NPM 8
- AWS Lambda function runtime: N/A
- Debugging logs: See links
Related issues, RFCs
N/A