ci: update

This commit is contained in:
Reorx 2023-02-09 00:07:03 +08:00
parent daca917858
commit 994c10ad12
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ on:
- master - master
paths-ignore: paths-ignore:
- "README.md" - "README.md"
workflow_dispatch: {}
jobs: jobs:
deploy: deploy:
@ -31,4 +32,4 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: jsoncv projectName: jsoncv
directory: src/dist directory: src/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }} branch: master