From 69bb199186c9739429b536e6760b2c661c4566f5 Mon Sep 17 00:00:00 2001 From: RedStar Date: Sat, 1 Aug 2026 18:07:13 +0200 Subject: [PATCH] chore(docs): publish API JSON to wolfstar-project/docs explicitly Avoids relying on the reusable workflow's default, now that the docs aggregation store lives in its own repo instead of stars-components. --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 81ce07a..e38b868 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,5 +21,6 @@ jobs: with: project-name: plugins docgen-command: pnpm exec typedoc --options typedoc.json --json docs-output/api.json + docs-repository: wolfstar-project/docs secrets: WOLFSTAR_TOKEN: ${{ secrets.WOLFSTAR_TOKEN }}