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 c7269d8 commit b8c5277Copy full SHA for b8c5277
.github/workflows/markdown.yml
@@ -32,7 +32,7 @@ jobs:
32
gem install awesome_bot
33
cd extension
34
awesome_bot --files README.md --allow-dupe --allow 401 --skip-save-results --white-list ddev.site --base-url http://localhost:8080/
35
- awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401 --white-list ddev.site,your-wordpress-url --base-url http://localhost:8080/docs/
+ awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401 --white-list ddev.site,your-wordpress-url,crowdsec:8080 --base-url http://localhost:8080/docs/
36
37
- name: Generate table of contents
38
uses: technote-space/toc-generator@v4
0 commit comments