diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 60bdc941..3022d6f1 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -52,7 +52,7 @@ jobs:
- name: Inject Plausible into examples
run: |
find docs/static/examples -name "index.html" | while read f; do
- sed -i 's|||' "$f"
+ sed -i 's###' "$f"
done
- name: Build docs