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