We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7a8a0 commit f99b89aCopy full SHA for f99b89a
.github/workflows/build.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
branch: gh-pages
28
folder: docs
29
- target-folder: ${{ github.ref == 'refs/heads/main'|| '' }} # Deploy to docs/index.html only if on main
+ target-folder: ${{ github.ref == 'refs/heads/main' && 'docs/index.html' || '' }} # Deploy to docs/index.html only if on main
30
clean: docs # Clean only if on the main branch
0 commit comments