diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 69794c4444..2862c6f339 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -52,7 +52,7 @@ jobs: run: cd web && npm ci - name: Build Web UI documentation - run: cd web && npm run typedoc && mv typedoc.out/ ../doc/dist/web-ui + run: cd web && npm run typedoc:client && mv typedoc.out/ ../doc/dist/web-ui - name: Setup Pages uses: actions/configure-pages@v3