Skip to content

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.4 (#289) #984

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.4 (#289)

chore(deps): bump @antfu/utils from 0.7.2 to 0.7.4 (#289) #984

Workflow file for this run

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 }}