Skip to content

feat: 0.19.0 (#358) #49

feat: 0.19.0 (#358)

feat: 0.19.0 (#358) #49

Workflow file for this run

name: Trigger docs build
on:
push:
paths:
- 'docs/**/*'
branches:
- main
jobs:
dispatch:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }}
repository: upfrontjs/docs
event-type: build-docs
client-payload: '{"ref": "${{ github.ref }}", "repo": "${{ github.repository }}"}'