Skip to content

docs(reference/routes): fix example on constraints (#5468) #805

docs(reference/routes): fix example on constraints (#5468)

docs(reference/routes): fix example on constraints (#5468) #805

Workflow file for this run

name: website
on:
push:
branches:
- main
paths:
- 'docs/**'
- '**.md'
release:
types:
- released
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build website
run: |
gh workflow run ci-cd.yml -R fastify/website
env:
GH_TOKEN: ${{ secrets.GHA_WEBSITE_FINE_TOKEN }}