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 643cad0 commit 77e1ff9Copy full SHA for 77e1ff9
.github/workflows/doc-generation.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Generate and update documentation
42
run: |
43
npm run def && npm run docs
44
+ 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