Skip to content

Commit 46814d3

Browse files
committed
Fix path in action
1 parent 734fc48 commit 46814d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upload static files as artifact
2626
uses: actions/upload-pages-artifact@v3
2727
with:
28-
path: ./public/
28+
path: website/public/
2929

3030
deploy:
3131
needs: build

0 commit comments

Comments
 (0)