Skip to content

Delete .github/workflows/generate-crd.yml #5

Delete .github/workflows/generate-crd.yml

Delete .github/workflows/generate-crd.yml #5

Workflow file for this run

# This workflow triggers a build of the production docs site
name: Build Production Site
on:
push:
branches: [ main, 'v/*', shared, api, site-search, 'v-WIP/*' ]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger build
env:
BUILD_HOOK: ${{ secrets.BUILD_HOOK }}
run: curl -X POST -d {} $BUILD_HOOK