Skip to content

Commit 6d47d95

Browse files
committed
Fix path issue
1 parent b35fcdc commit 6d47d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Upload artifact
102102
uses: actions/upload-pages-artifact@v3
103103
with:
104-
path: ./public
104+
path: ./marketing/public
105105

106106
deploy:
107107
environment:

0 commit comments

Comments
 (0)