docs: comment out video player for OffSync enable/disable functionality #208
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 |