Skip to content

Commit e7c9b20

Browse files
committed
fix(ci): upload dist/client — Node adapter nests the static site one level under dist
1 parent d4afb0b commit e7c9b20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: site
33-
path: dist
33+
path: dist/client

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v5
4242
with:
43-
path: dist
43+
path: dist/client
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)