Skip to content

Commit 2aaceba

Browse files
authored
Update build.yml
1 parent 49e8b4d commit 2aaceba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
branch: gh-pages
2828
clean: true # Clean only if on the main branch
29-
folder: docs
30-
target-folder: docs # Deploy to docs/index.html only if on main
29+
folder: .
30+
target-folder: 'docs/index.html' # Deploy to docs/index.html only if on main
3131

0 commit comments

Comments
 (0)