fix(docs): build each component as a seperate page

This commit is contained in:
AAGaming
2022-10-02 12:33:20 -04:00
parent 33dd4e5548
commit fbd936dc1f
2 changed files with 2 additions and 2 deletions

View File

@@ -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