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 6ca0d11 commit f31b9c4Copy full SHA for f31b9c4
.github/workflows/doc-links.yml
@@ -37,5 +37,5 @@ jobs:
37
cd extension
38
awesome_bot --files README.md --allow-dupe --allow 401,301,302 --skip-save-results --white-list http://localhost:8080,https://www.npmjs.com/package/@crowdsec/nodejs-bouncer --base-url http://localhost:${{env.SERVER_PORT}}/
39
awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401,301,302 --white-list http://localhost:8080 --base-url http://localhost:${{env.SERVER_PORT}}/docs/
40
- awesome_bot --files examples/express-server/README.md --skip-save-results --allow-dupe --allow 401,301,302 --white-list http://localhost:8080 --base-url http://localhost:${{env.SERVER_PORT}}/examples/express-server/
+ awesome_bot --files examples/express-server/README.md --skip-save-results --allow-dupe --allow 401,301,302 --white-list http://localhost:8080,http://localhost:3000 --base-url http://localhost:${{env.SERVER_PORT}}/examples/express-server/
41
0 commit comments