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