Skip to content

Commit f72aaf0

Browse files
committed
add chatbot ping
1 parent fb0f82d commit f72aaf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
user_email: 41898282+github-actions[bot]@users.noreply.github.com
8383
cname: docs.defang.io
8484

85+
86+
# Notify docs chatbot of new docs with curl command
87+
- name: Notify docs chatbot of new docs
88+
run: |
89+
curl -X POST https://chatbot-url.com/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
90+
8591
8692
- name: Notify Slack of Action Failures
8793
uses: ravsamhq/[email protected]

0 commit comments

Comments
 (0)