Skip to content

Commit 2f96cc2

Browse files
committed
Fix output path
1 parent 21d84ce commit 2f96cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Upload artifact
2323
uses: actions/upload-pages-artifact@v3
2424
with:
25-
path: 'build/html'
25+
path: 'build/dirhtml'
2626

2727
# DEPLOY
2828
deploy:

0 commit comments

Comments
 (0)