update docsearch action to use new 443 port #136
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy | |
on: | |
push: | |
branches: | |
- main | |
- stage | |
paths-ignore: | |
- "README.md" | |
jobs: | |
deployment: | |
runs-on: ubuntu-latest | |
environment: ${{ github.ref_name }} | |
steps: | |
- name: trigger vercel deployment | |
run: curl ${{ secrets.VERCEL_WEBHOOK }} | |
shell: bash |