From 65eb26238ffe5926c940224ed040b9425e721ac5 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Thu, 24 Aug 2023 13:13:22 +0100 Subject: [PATCH] fix: Target correct npm job. --- .github/workflows/api-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-publish.yml b/.github/workflows/api-publish.yml index 814d667..38e6f2f 100644 --- a/.github/workflows/api-publish.yml +++ b/.github/workflows/api-publish.yml @@ -24,7 +24,7 @@ jobs: node-version: 'lts/*' registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm run api:docs + - run: npm run build:docs - uses: actions/upload-pages-artifact@v2 with: path: ./docs/api/