diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 916301c..4b6c597 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: cd wiki git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add ./api-docs/decky-frontend-lib + git add -A ./api-docs/decky-frontend-lib git commit -m "Update decky-frontend-lib API docs" - name: Push changes diff --git a/package.json b/package.json index ed5bdda..c9f0165 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "shx rm -rf dist && tsc -b", "dev": "tsc -b -w", - "docs": "typedoc --tsconfig ./tsconfig.json src/*", + "docs": "typedoc --tsconfig ./tsconfig.json src/**/*", "prepack": "npm run build", "test": "echo 'No tests for now!'", "prepare": "husky install",