feat: removed wrangler due to file limit
This commit is contained in:
33
.github/workflows/cf-pages.yaml
vendored
33
.github/workflows/cf-pages.yaml
vendored
@@ -1,33 +0,0 @@
|
||||
name: Build release and push to CF Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: 1
|
||||
|
||||
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 --cache=
|
||||
- name: Build and Clean Up
|
||||
run: pnpm run build:cleanup --cache=
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
projectName: aklive2d
|
||||
directory: dist
|
||||
wranglerVersion: '3'
|
||||
Reference in New Issue
Block a user