Skip to content

Commit e82442f

Browse files
committed
format
1 parent f0186d3 commit e82442f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Deploy to Cloudflare Pages
2-
on:
2+
on:
33
push:
44
workflow_dispatch:
55
inputs:
@@ -37,5 +37,3 @@ jobs:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
3939
directory: ./out
40-
41-

0 commit comments

Comments
 (0)