Skip to content

Commit

Permalink
Correct the path to read generated typedoc when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 17, 2023
1 parent b186780 commit 6dca101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: web/client-api/docs/build/documentation/
path: web/client-api/types/build/documentation/
remote_path: deephaven-core/client-api/javascript/
remote_host: ${{ secrets.DOCS_HOST }}
remote_port: ${{ secrets.DOCS_PORT }}
Expand Down

0 comments on commit 6dca101

Please sign in to comment.