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 9eabb32 commit c8d6430Copy full SHA for c8d6430
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
41
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42
- command: pages deploy ./dist --project-name=rustmap
+ command: deploy ./dist --project-name=rustmap
43
# secrets: |
44
# YOUR_SECRET
45
# YOUR_OTHER_SECRET
.github/workflows/pr-preview.yml
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
- command: pages deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"
+ command: deploy ./dist --project-name=rustmap --branch "${{ env.BRANCH_NAME }}"
75
76
- name: Extract hash from CF url Deploy
77
run: |
0 commit comments