We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0186d3 commit e82442fCopy full SHA for e82442f
.github/workflows/deploy.yml
@@ -1,5 +1,5 @@
1
name: Deploy to Cloudflare Pages
2
-on:
+on:
3
push:
4
workflow_dispatch:
5
inputs:
@@ -37,5 +37,3 @@ jobs:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
39
directory: ./out
40
-
41
0 commit comments