Skip to content

Commit 8c0ee85

Browse files
ci(markdown): Fix example link [skip ci]
1 parent 452f2c0 commit 8c0ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gem install awesome_bot
2929
cd extension
3030
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/
31+
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/
3232
3333
- name: Generate table of contents
3434
uses: technote-space/toc-generator@v4

0 commit comments

Comments
 (0)