Skip to content

Commit b40bff3

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/doc-generation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
4141
- name: Generate and update documentation
4242
run: |
43-
npm run def && npm run docs
44-
rm -rf docs/build
43+
npm run def && npm run docs && rm -rf docs/build/
4544
git add docs/**/*.md docs/**/*.js
4645
if ! git diff --cached --quiet; then
4746
git commit -m "DOC: Autogenerate and update documentation" --no-verify

0 commit comments

Comments
 (0)