diff --git a/.github/workflows/typedoc-gh-pages.yml b/.github/workflows/typedoc-gh-pages.yml index 96373b1edd..0f736f11e6 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: npx typedocs + - run: npx typedoc - uses: actions/upload-pages-artifact@v2 with: path: ./api-docs # the "out" path in typedoc.json