Skip to content

Commit 0d524c6

Browse files
committed
ci: fix preview
1 parent d4565f1 commit 0d524c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8080
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
81-
command: pages deploy ./out/blog --project-name=blog --branch="${ env.BRANCH_NAME }"
81+
command: pages deploy ./out/blog --project-name=blog --branch="${{ env.BRANCH_NAME }}"
8282

8383
- name: Create comment
8484
uses: peter-evans/create-or-update-comment@v4

0 commit comments

Comments
 (0)