We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59ca0 commit 2c2b773Copy full SHA for 2c2b773
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
43
repository: ${{ github.repository }}
44
production_branch: ${{ github.event.repository.default_branch }}
45
- output_directory: "dist"
+ output_directory: "static"
46
current_branch: ${{ github.ref_name }}
47
pull_request_number: ${{ github.event.pull_request.number }}
48
commit_sha: ${{ github.sha }}
0 commit comments