Skip to content

Release 17.0.0-alpha.1 (#47989) #7754

Release 17.0.0-alpha.1 (#47989)

Release 17.0.0-alpha.1 (#47989) #7754

name: Update docs webhook
on:
push:
branches:
- master
- branch/v*
workflow_dispatch:
jobs:
update-webhook:
name: Update docs webhook
runs-on: ubuntu-latest
environment: update-docs
steps:
- name: Call deployment webhook
env:
WEBHOOK_URL: ${{ secrets.DOCS_DEPLOY_HOOK }}
run: |
if curl --silent --fail --show-error "$WEBHOOK_URL" > /dev/null; then
echo "Triggered successfully"
fi