Skip to content

fix: add trailing slashes to prerendered nav links and sync home subt… #50

fix: add trailing slashes to prerendered nav links and sync home subt…

fix: add trailing slashes to prerendered nav links and sync home subt… #50

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "apps/web/**"
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Build
run: bun run build
- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy apps/web/dist --project-name=ooxml-dev