Skip to content

Commit 7f2eab1

Browse files
committed
Remove project name from Cloudflare Pages deploy command in GitHub Actions workflow
Signed-off-by: DavidOsipov <[email protected]>
1 parent b1e9794 commit 7f2eab1

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,4 +45,4 @@ jobs:
4545
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
4646
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4747
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
48-
command: pages deploy site/_site --project-name=postquantum-feldman-vss
48+
command: pages deploy site/_site

0 commit comments

Comments
 (0)