Skip to content

Commit ef096b1

Browse files
committed
📝 Add note about nofollow attribute...
And bump documented version
1 parent 3bbb2b9 commit ef096b1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ published to GitHub Pages
5353

5454
```yaml
5555
- name: Make something nasty for bots
56-
uses: gha-utilities/ai-bait@v0.0.3
56+
uses: gha-utilities/ai-bait@v0.0.4
5757
with:
5858
bs: 512
5959
count: 10000
@@ -111,7 +111,7 @@ jobs:
111111
# ↑ Do some site building here ↑
112112
113113
- name: Make _sweet_ for bots
114-
uses: gha-utilities/ai-bait@v0.0.3
114+
uses: gha-utilities/ai-bait@v0.0.4
115115
with:
116116
bs: 10g
117117
count: 10000
@@ -162,6 +162,11 @@ deployment → Source configuration to use "GitHub Actions"
162162
163163
> `https://github.com/<ACCOUNT>/<REPO>/settings/pages`
164164
165+
To mitigate allowed bots accidentally scraping files generated by AI Bait that
166+
may be linked to within a site, leverage the `nofollow` HTML attribute eg;
167+
168+
> `<a href="assets/ai/bait.zip" nofollow>assets/ai/bait.zip</a>`
169+
165170
166171
______
167172

0 commit comments

Comments
 (0)