From 7050138e5eb9fa25ba85ae0a2e09acf52df55e83 Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 12 Jan 2024 00:49:06 +0530 Subject: [PATCH] Add build api-docs step --- .github/workflows/deployghpages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index 765f75300..8a092560e 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -23,6 +23,9 @@ jobs: - name: Install dependencies working-directory: ./docs run: npm ci + - name: Build api-docs + working-directory: ./docs + run: npm run docusaurus gen-api-docs all - name: Build website working-directory: ./docs run: npm run build @@ -41,4 +44,4 @@ jobs: # The GH actions bot is used by default if you didn't specify the two fields. # You can swap them out with your own user credentials. user_name: github-actions[bot] - user_email: 41898282+github-actions[bot]@users.noreply.github.com \ No newline at end of file + user_email: 41898282+github-actions[bot]@users.noreply.github.com