Skip to content

Commit 6ca0d11

Browse files
ci(doc links): Allow 302
[skip ci]
1 parent 642e947 commit 6ca0d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
gem install awesome_bot
3737
cd extension
38-
awesome_bot --files README.md --allow-dupe --allow 401,301 --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 --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 --white-list http://localhost:8080 --base-url http://localhost:${{env.SERVER_PORT}}/examples/express-server/
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/
4141

0 commit comments

Comments
 (0)