We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c8906 commit b91fe7dCopy full SHA for b91fe7d
.github/workflows/doc-generation.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Generate and update documentation
42
run: |
43
npm run docs
44
- git add docs/**/*.md
+ git add docs/**/*.md docs/**/*.js
45
if ! git diff --cached --quiet; then
46
git commit -m "DOC: Autogenerate and update documentation" --no-verify
47
fi
0 commit comments