We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e8b4d commit 2aacebaCopy full SHA for 2aaceba
.github/workflows/build.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
branch: gh-pages
28
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
+ folder: .
+ target-folder: 'docs/index.html' # Deploy to docs/index.html only if on main
31
0 commit comments