We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0f82d commit f72aaf0Copy full SHA for f72aaf0
.github/workflows/deploy.yml
@@ -82,6 +82,12 @@ jobs:
82
user_email: 41898282+github-actions[bot]@users.noreply.github.com
83
cname: docs.defang.io
84
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
91
92
- name: Notify Slack of Action Failures
93
uses: ravsamhq/[email protected]
0 commit comments