Skip to content

Chore: use active voice for 'run the following command' instructions … #571

Chore: use active voice for 'run the following command' instructions …

Chore: use active voice for 'run the following command' instructions … #571

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 }}