From c5577d66f9f20c187bf56247da6b36ae1a50e742 Mon Sep 17 00:00:00 2001 From: Dmitriy K Date: Thu, 11 Jul 2024 19:19:59 -0400 Subject: [PATCH] update workflow (#2989) --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 802ed65a18f..3b7617c45f4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -53,7 +53,7 @@ jobs: working-directory: ${{env.api-dir}} run: | cd pokerogue_docs - npx typedoc --out /tmp/docs --githubPages false --entryPoints ./src/ + npm run docs -- --out /tmp/docs --githubPages false --entryPoints ./src/ - name: Commit & Push docs if: github.event_name == 'push'