Skip to content

Commit ac2d38a

Browse files
committed
Include entire web directory in preview artifact
1 parent 5b77aeb commit ac2d38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: "actions/upload-artifact@v4"
2323
with:
2424
name: "preview-build"
25-
path: "web/.svelte-kit"
25+
path: "web"
2626
include-hidden-files: true

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3434
githubToken: ${{ secrets.GITHUB_TOKEN }}
3535
projectName: "diffs"
36-
directory: ${{ steps.preview-build-artifact.outputs.download-path }}/cloudflare
36+
directory: ${{ steps.preview-build-artifact.outputs.download-path }}/.svelte-kit/cloudflare
3737
deploymentName: Preview

0 commit comments

Comments
 (0)