We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ee0c commit 6e16641Copy full SHA for 6e16641
1 file changed
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: npm run build
39
40
- name: Run docs-generator
41
- run: bin/run.js docs-generator
+ run: ./bin/run.js docs-generator
42
43
- name: Check for documentation changes
44
run: |
0 commit comments