docs: comment out video player for OffSync enable/disable functionality #245
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: docsearch-action | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - stage | |
| jobs: | |
| docsearch: | |
| runs-on: ubuntu-latest | |
| environment: ${{ github.ref_name }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: sqlitecloud/docsearch-action@v6 | |
| with: | |
| project-string: ${{ secrets.PROJECT_STRING }} | |
| base-url: ${{ vars.BASE_URL }} | |
| database: documentation.sqlite | |
| use-front-matter: true | |
| strip-md-titles: true | |
| strip-jsx: true | |
| strip-html: true | |
| path-using-slug: true |