Skip to content

feat: migrate to turbo #95

feat: migrate to turbo

feat: migrate to turbo #95

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 Assets
# run: pnpm run cf:download
# - name: Build all
# run: pnpm run build
# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# projectName: aklive2d
# directory: ${{ env.RELEASE_FOLDER}}
# wranglerVersion: '3'