Add aws-elastic-beanstalk-service.md in the Github Actions How-To Page. #48890
Annotations
2 errors
|
frame
Process completed with exit code 1.
|
|
src/frame/tests/pages.ts > pages module > loadPages > every English page has a filename that matches its slugified title or shortTitle:
src/frame/tests/pages.ts#L126
AssertionError:
Found 1 file that do not match their slugified titles.
{
"file": "aws-elastic-beanstalk-service.md",
"title": "Deploying to AWS Elastic Beanstalk",
"path": "content/actions/how-tos/deploy/deploy-to-third-party-platforms/aws-elastic-beanstalk-service.md"
}
To fix, run: npm run-script update-filepaths --paths [FILEPATHS]
: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ src/frame/tests/pages.ts:126:42
|