Skip to content

Commit

Permalink
ci: fix preview
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 12, 2024
1 parent d4565f1 commit 0d524c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ./out/blog --project-name=blog --branch="${ env.BRANCH_NAME }"
command: pages deploy ./out/blog --project-name=blog --branch="${{ env.BRANCH_NAME }}"

- name: Create comment
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit 0d524c6

Please sign in to comment.