mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 06:18:12 +08:00
Set up deploy bot
This commit is contained in:
@@ -22,7 +22,11 @@ jobs:
|
|||||||
run: cd client/web && npm install
|
run: cd client/web && npm install
|
||||||
- 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 🚀
|
||||||
uses: cloudflare/wrangler-action@1.2.0
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
branch: deploy # The branch the action should deploy to.
|
||||||
|
folder: client/web/dist # The folder the action should deploy.
|
||||||
|
clean: true
|
||||||
|
single-commit: true
|
||||||
|
git-config-name: Deploy Bot
|
||||||
|
|||||||
Reference in New Issue
Block a user