Skip to content

chore: bump fast-json-stringify-compiler to v5.0.0 (#5660) #12

chore: bump fast-json-stringify-compiler to v5.0.0 (#5660)

chore: bump fast-json-stringify-compiler to v5.0.0 (#5660) #12

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