From 629243eda6f36a951f83c15cc933eddbaebb28f8 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Tue, 5 Dec 2023 15:31:10 -0800 Subject: [PATCH] ci: fix typedoc command name --- .github/workflows/typedoc-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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