mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 21:38:12 +08:00
Fix deployment script syntax
This commit is contained in:
@@ -23,6 +23,6 @@ jobs:
|
|||||||
- name: build node
|
- name: build node
|
||||||
run: cd client/web && npm run build
|
run: cd client/web && npm run build
|
||||||
- name: Deploy to Cloudflare Workers
|
- name: Deploy to Cloudflare Workers
|
||||||
uses: cloudflare/wrangler-action@1.2.0
|
uses: cloudflare/wrangler-action@1.2.0
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user