diff --git a/.github/workflows/docsearch-scraper-production.yaml b/.github/workflows/docsearch-scraper-production.yaml
index 02194b5..b3bdb68 100644
--- a/.github/workflows/docsearch-scraper-production.yaml
+++ b/.github/workflows/docsearch-scraper-production.yaml
@@ -1,6 +1,9 @@
name: DocSearch Scraper
on:
+ workflow_run:
+ workflows: [deploy-production]
+ types: [completed]
push:
branches:
- release
diff --git a/content/docs/test_markdown/unorthodox.md b/content/docs/test_markdown/unorthodox.md
index 86c4c8d..3577d19 100644
--- a/content/docs/test_markdown/unorthodox.md
+++ b/content/docs/test_markdown/unorthodox.md
@@ -16,7 +16,7 @@ toc: true
Various notification styles:
{{< alert >}}
-The Tutorial is intended for novice to intermediate users.
Hello World
+This is the default alert without any options.
No `context` or `icon` parameter defined.
{{< /alert >}}
{{< alert context="info" >}}