fix: the image lost after exporting (#3150)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
xiaodong zuo
2023-07-12 10:21:23 +08:00
committed by GitHub
parent 3968deb6d4
commit 4f88774999
7 changed files with 117 additions and 20 deletions

21
.github/workflows/workers.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Deploy Cloudflare Worker
on:
push:
branches:
- master
paths:
- packages/workers/**
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
environment: production
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'packages/workers'