Skip to content

Commit 5f6c603

Browse files
committed
Add project name to Cloudflare Pages deploy command in GitHub Actions workflow
Signed-off-by: DavidOsipov <[email protected]>
1 parent 6891bd7 commit 5f6c603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
4646
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4747
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
48-
command: pages deploy site/_site
48+
command: pages deploy site/_site --project-name=postquantum-feldman-vss
4949
env:
5050
NODE_VERSION: 20.19.0
5151
WRANGLER_VERSION: 4.2.0

0 commit comments

Comments
 (0)