Skip to content

Commit 734fc48

Browse files
committed
Make path relative
1 parent 520dfdc commit 734fc48

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: ./public/
2929

3030
deploy:
3131
needs: build

0 commit comments

Comments
 (0)