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