Skip to content

Commit 49e8b4d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
branch: gh-pages
2828
clean: true # Clean only if on the main branch
2929
folder: docs
30-
target-folder: ${{ github.ref == 'refs/heads/main' && 'docs/index.html' || '' }} # Deploy to docs/index.html only if on main
30+
target-folder: docs # Deploy to docs/index.html only if on main
3131

0 commit comments

Comments
 (0)