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