We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cc9b9 commit 704ce9bCopy full SHA for 704ce9b
.github/workflows/pr-preview.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
80
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
81
- command: pages deploy ./dist --project-name=blog --branch="${ env.BRANCH_NAME }"
+ command: pages deploy ./out/blog --project-name=blog --branch="${ env.BRANCH_NAME }"
82
83
- name: Create comment
84
uses: peter-evans/create-or-update-comment@v4
0 commit comments