Skip to content

Bump actions/checkout from 4 to 5 (#170) #131

Bump actions/checkout from 4 to 5 (#170)

Bump actions/checkout from 4 to 5 (#170) #131

Workflow file for this run

# This workflow triggers a build of the production documentation site
# if a commit is made to the listed branches
name: Build production site
on:
push:
branches: [ main ]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: curl -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}