Skip to content

Out of the box --> out-of-the-box (#1665) #564

Out of the box --> out-of-the-box (#1665)

Out of the box --> out-of-the-box (#1665) #564

Workflow file for this run

name: Redeploy
on:
workflow_dispatch:
push:
branches:
- main
- core-1
paths:
- 'docs/**'
jobs:
redeploy:
runs-on: ubuntu-latest
steps:
- name: Trigger redeploy
run: |
curl -X POST ${{ secrets.WEBSITE_DEPLOY_HOOK }}
- name: Trigger search reindex
run: |
curl -X POST ${{ secrets.SEARCH_INDEX_DEPLOY_HOOK }}