This repository was archived by the owner on Oct 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U
30
30
apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
31
31
accountId : YOUR_ACCOUNT_ID
32
32
projectName : YOUR_PROJECT_NAME
33
- directory : YOUR_ASSET_DIRECTORY
33
+ directory : YOUR_BUILD_OUTPUT_DIRECTORY
34
34
# Optional: Enable this if you want to have GitHub Deployments triggered
35
35
gitHubToken : ${{ secrets.GITHUB_TOKEN }}
36
36
# Optional: Switch what branch you are publishing to.
@@ -42,7 +42,7 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U
42
42
wranglerVersion : ' 3'
43
43
` ` `
44
44
45
- 1. Replace ` YOUR_ACCOUNT_ID`, `YOUR_PROJECT_NAME` and `YOUR_ASSET_DIRECTORY ` with the appropriate values to your Pages project.
45
+ 1. Replace ` YOUR_ACCOUNT_ID`, `YOUR_PROJECT_NAME` and `YOUR_BUILD_OUTPUT_DIRECTORY ` with the appropriate values to your Pages project.
46
46
47
47
# ## Get account ID
48
48
@@ -87,7 +87,7 @@ You can use the newly released [Wrangler v3](https://blog.cloudflare.com/wrangle
87
87
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
88
88
accountId: YOUR_ACCOUNT_ID
89
89
projectName: YOUR_PROJECT_NAME
90
- directory: YOUR_ASSET_DIRECTORY
90
+ directory: YOUR_BUILD_OUTPUT_DIRECTORY
91
91
# Enable Wrangler v3
92
92
wranglerVersion: '3'
93
93
` ` `
You can’t perform that action at this time.
0 commit comments