diff --git a/.github/workflows/typedoc-gh-pages.yml b/.github/workflows/typedoc-gh-pages.yml index 1e8c2f9eb7..96373b1edd 100644 --- a/.github/workflows/typedoc-gh-pages.yml +++ b/.github/workflows/typedoc-gh-pages.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/configure-pages@v4 # Generate the TypeDoc site - - run: yarn docs + - run: npx typedocs - uses: actions/upload-pages-artifact@v2 with: path: ./api-docs # the "out" path in typedoc.json