DuckDB vs. MotherDuck - should you switch to the Cloud version? (#391) #1009
This file contains 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 docs | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
timeout-minutes: 20 | |
steps: | |
- name: Deploy site | |
uses: benc-uk/workflow-dispatch@v121 | |
with: | |
workflow: site.yml | |
repo: kestra-io/origin.kestra.io | |
ref: main | |
inputs: '{"ref": "${{ github.ref }}"}' | |
token: ${{ secrets.GITHUB_PERSONAL_TOKEN }} | |