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 a0a6450 commit fa172b2Copy full SHA for fa172b2
.github/workflows/deploy.yml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
26
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
27
- command: pages deploy public --project-name=rescript-lang.org
+ command: pages deploy public --project-name=rescript-lang-org
28
# Optional: Enable this if you want to have GitHub Deployments triggered
29
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments