Skip to content

Commit 76c1a74

Browse files
authored
Merge pull request #21 from shiftleftcyber/update-workflow
Fix path issue
2 parents b4084ff + 6d47d95 commit 76c1a74

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)