Skip to content

Commit b63ebab

Browse files
authored
Update build.yml
1 parent 5a8ada2 commit b63ebab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: JamesIves/github-pages-deploy-action@v4
2626
with:
2727
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
28+
folder: docs
29+
target-folder: ${{ github.ref == 'refs/heads/main'|| '' }} # Deploy to docs/index.html only if on main
3030
clean: true # Clean only if on the main branch

0 commit comments

Comments
 (0)