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 5b77aeb commit ac2d38aCopy full SHA for ac2d38a
.github/workflows/build-preview.yml
@@ -22,5 +22,5 @@ jobs:
22
uses: "actions/upload-artifact@v4"
23
with:
24
name: "preview-build"
25
- path: "web/.svelte-kit"
+ path: "web"
26
include-hidden-files: true
.github/workflows/deploy-preview.yml
@@ -33,5 +33,5 @@ jobs:
33
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
34
githubToken: ${{ secrets.GITHUB_TOKEN }}
35
projectName: "diffs"
36
- directory: ${{ steps.preview-build-artifact.outputs.download-path }}/cloudflare
+ directory: ${{ steps.preview-build-artifact.outputs.download-path }}/.svelte-kit/cloudflare
37
deploymentName: Preview
0 commit comments