mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-27 20:24:45 +01:00
docs: Update README.md (#252)
This commit is contained in:
parent
ebef541795
commit
88906781f0
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
command: pages deploy --project-name=example
|
command: pages deploy YOUR_DIST_FOLDER --project-name=example
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deploying on a schedule
|
### Deploying on a schedule
|
||||||
|
|
Loading…
Reference in a new issue