Skip to content

Commit b91fe7d

Browse files
authored
fix: docs gen workflow
1 parent 70c8906 commit b91fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-generation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate and update documentation
4242
run: |
4343
npm run docs
44-
git add docs/**/*.md
44+
git add docs/**/*.md docs/**/*.js
4545
if ! git diff --cached --quiet; then
4646
git commit -m "DOC: Autogenerate and update documentation" --no-verify
4747
fi

0 commit comments

Comments
 (0)