Skip to content

(/authentication/social-connections/github) update guide (#1602) #535

(/authentication/social-connections/github) update guide (#1602)

(/authentication/social-connections/github) update guide (#1602) #535

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