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 4601f43 commit 05c041eCopy full SHA for 05c041e
.github/workflows/deploy.yml
@@ -2,6 +2,7 @@ name: Deploy to Cloudflare Pages
2
on:
3
push:
4
workflow_dispatch:
5
+ pull_request:
6
7
jobs:
8
deploy:
@@ -32,3 +33,4 @@ jobs:
32
33
github-token: ${{ secrets.GITHUB_TOKEN }}
34
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && 'production') || 'preview' }}
35
directory: ./out
36
+ working-directory: .
0 commit comments