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 c4b1f98 commit 56a4ba8Copy full SHA for 56a4ba8
.github/workflows/update-plugin-docs.yml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Run plugin documentation generator
27
run: |
28
+ source venv/bin/activate
29
python docs/generate_plugin_doc_bundle.py \
30
--package nodescraper.plugins.inband \
31
--output docs/PLUGIN_DOC.md
0 commit comments