Skip to content

Commit fa172b2

Browse files
committed
fix project name
1 parent a0a6450 commit fa172b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2626
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
27-
command: pages deploy public --project-name=rescript-lang.org
27+
command: pages deploy public --project-name=rescript-lang-org
2828
# Optional: Enable this if you want to have GitHub Deployments triggered
2929
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)