We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d62a commit 643cad0Copy full SHA for 643cad0
.github/workflows/doc-generation.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Generate and update documentation
42
run: |
43
- npm run docs
+ npm run def && npm run docs
44
git add docs/**/*.md docs/**/*.js
45
if ! git diff --cached --quiet; then
46
git commit -m "DOC: Autogenerate and update documentation" --no-verify
0 commit comments