Skip to content

Commit

Permalink
fix: doc gen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 14, 2024
1 parent 06513d6 commit 3ff6ac0
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 25,460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Generate and update documentation
run: |
npm run def && npm run docs
git add docs/**/*.md docs/**/*.js -f
git add docs/**/*.md
if ! git diff --cached --quiet; then
git commit -m "DOC: Autogenerate and update documentation" --no-verify
fi
Expand Down
Loading

0 comments on commit 3ff6ac0

Please sign in to comment.