Skip to content

Bump the vitest group in /gg-mono with 2 updates #87

Bump the vitest group in /gg-mono with 2 updates

Bump the vitest group in /gg-mono with 2 updates #87

Workflow file for this run

on:
push:
paths:
- 'gg-mono/docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: gg-mono
permissions:
contents: read
deployments: write
name: Deploy
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.14.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: build
run: pnpm build
- name: publish docs
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: gg-docs
directory: gg-mono/docs/starlight/dist # e.g. 'dist'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}