Skip to content

docs(ui): add Output Window documentation (#110) #11

docs(ui): add Output Window documentation (#110)

docs(ui): add Output Window documentation (#110) #11

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
paths:
- 'src/**'
- 'public/**'
- 'package.json'
- 'astro.config.mjs'
- '.github/workflows/deploy.yml'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run build
- name: Deploy to Cloudflare
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy