diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc71d19..1686f1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - run: npm ci - run: npm run build - run: npm run api-report - - run: npm run docs:api-report + - run: npm run docs:api-reference - run: cd docs-site - name: Install dependencies run: npm ci