Add video to Setting Kagi as Default on Vivaldi Desktop support page #907
Workflow file for this run
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: Build test | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| buildtest: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - uses: docker/setup-buildx-action@v2 | |
| - uses: docker/build-push-action@v4 | |
| with: | |
| tags: "test-kagi-docs:latest" | |
| push: false |