feat(aklive2d): use cf pages to store assets (upload) [1/2]

This commit is contained in:
Haoyu Xu
2024-08-14 17:29:42 +08:00
parent 4e4f6ada50
commit 0a7ef8531a
26 changed files with 1010 additions and 107 deletions

View File

@@ -16,9 +16,9 @@ jobs:
- name: Install dependencies
run: pnpm i
- name: Build all
run: pnpm run build-all
run: pnpm run operator:build-all
- name: Build directory
run: pnpm run vite:directory:build
run: pnpm run directory:build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:

View File

@@ -22,8 +22,6 @@ jobs:
run: pnpm i
- name: Update charwords
run: pnpm run charwords:update
- name: Build operator charwords
run: pnpm run charwords:build
- name: Commit changes if any
uses: stefanzweifel/git-auto-commit-action@v4
with: