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 b40bff3 commit e8a55caCopy full SHA for e8a55ca
.github/workflows/doc-generation.yml
@@ -40,8 +40,8 @@ jobs:
40
41
- name: Generate and update documentation
42
run: |
43
- npm run def && npm run docs && rm -rf docs/build/
44
- git add docs/**/*.md docs/**/*.js
+ npm run def && npm run docs
+ git add docs/**/*.md docs/**/*.js -f
45
if ! git diff --cached --quiet; then
46
git commit -m "DOC: Autogenerate and update documentation" --no-verify
47
fi
0 commit comments