From bf4c2bf62e0aeb1ceb23650b686ab65c212e0085 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Sat, 23 Sep 2017 15:09:38 -0600 Subject: [PATCH] Update instructions for automatic publishing --- docs/documentation/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/extensions.md b/docs/documentation/extensions.md index b8dddd21..f8112ad1 100644 --- a/docs/documentation/extensions.md +++ b/docs/documentation/extensions.md @@ -154,7 +154,7 @@ When you set up automatic publishing, GitHub will tell the publishing system whe 1. Go to **Webhooks > Add webhook**. 1. Set the **Payload URL** to `https://docs.civicrm.org/admin/listen` 1. Set the **Content type** to `application/json` -1. Set **Which events would you like to trigger this webhook?** to 'Let me select individual events' and select 'Pull request' and 'Push' (since these are the only events that should trigger an update) +1. Set **Which events would you like to trigger this webhook?** to "Just send the push event". Now when you make changes to your docs, those changes will be published automatically *and* you'll receive an email notification from the publishing system informing you of the status (including any errors) of the publishing process. -- GitLab