Skip to content

Commit 3ff6ac0

Browse files
committed
fix: doc gen workflow
1 parent 06513d6 commit 3ff6ac0

18 files changed

+1
-25460
lines changed

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate and update documentation
4242
run: |
4343
npm run def && npm run docs
44-
git add docs/**/*.md docs/**/*.js -f
44+
git add docs/**/*.md
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)