Skip to content

Update the code of conduct and the third-party risk management policy… #88

Update the code of conduct and the third-party risk management policy…

Update the code of conduct and the third-party risk management policy… #88

Workflow file for this run

name: Deploy
on:
push:
branches:
- 'main'
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true
jobs:
handbook:
name: Handbook
runs-on: ubuntu-latest
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: jdx/mise-action@v2
with:
experimental: true
- run: mise run install
- run: mise run deploy