From a4e6c5ba6accdbba6c2c6e9cc2ef8d05f3a65bf8 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Fri, 17 Nov 2023 16:15:52 -0600 Subject: [PATCH] Correct the path to read generated typedoc when deploying (#4854) --- .github/workflows/docs-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index 9e2ca684d5b..99161f04ca7 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -109,7 +109,7 @@ jobs: uses: burnett01/rsync-deployments@5.2 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 }}