Skip to content

Commit 77e1ff9

Browse files
committed
fix: doc gen workflow
1 parent 643cad0 commit 77e1ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Generate and update documentation
4242
run: |
4343
npm run def && npm run docs
44+
rm -rf docs/build
4445
git add docs/**/*.md docs/**/*.js
4546
if ! git diff --cached --quiet; then
4647
git commit -m "DOC: Autogenerate and update documentation" --no-verify

0 commit comments

Comments
 (0)