Skip to content

Commit e8a55ca

Browse files
committed
fix: doc gen workflow
1 parent b40bff3 commit e8a55ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
4141
- name: Generate and update documentation
4242
run: |
43-
npm run def && npm run docs && rm -rf docs/build/
44-
git add docs/**/*.md docs/**/*.js
43+
npm run def && npm run docs
44+
git add docs/**/*.md docs/**/*.js -f
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)