Skip to content

Commit 4108d4e

Browse files
committed
Fix dist path
1 parent bf5e568 commit 4108d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: 'src/dist/'
44+
path: 'dist/'
4545

4646
deploy:
4747
environment:

0 commit comments

Comments
 (0)