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 e084aaa commit fe1c965Copy full SHA for fe1c965
.github/workflows/deploy.yml
@@ -87,7 +87,7 @@ jobs:
87
# Notify docs chatbot of new docs with curl command
88
- name: Notify docs chatbot of new docs
89
run: |
90
- curl -X POST https://ask.defang.io/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
+ curl -f -X POST https://ask.defang.io/trigger-rebuild?token=${{ secrets.CHATBOT_TOKEN }}
91
92
93
- name: Notify Slack of Action Failures
0 commit comments