Skip to content

feat: migrate to turbo #101

feat: migrate to turbo

feat: migrate to turbo #101

Workflow file for this run

name: Build release and push to CF Pages
on:
push:
branches: [ main ]
pull_request:
branches:
- main
env:
RELEASE_FOLDER: dist
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use PNPM
uses: pnpm/action-setup@v4
with:
run_install: true
- name: Download Data
run: pnpm run download:data
- name: Deploy
run: pnpm run deploy
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}