Skip to content

Commit b95b776

Browse files
author
Nora
committed
fix(ci): upload GitHub Pages artifact from app/site
1 parent 6001f83 commit b95b776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: github.event_name == 'push'
7171
uses: actions/upload-pages-artifact@v3
7272
with:
73-
path: ./site
73+
path: ./app/site
7474

7575
deploy:
7676
environment:

0 commit comments

Comments
 (0)