Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update rpc docs before pushing to readme
Now that our rpc documenation is generated from schema, we need to build the docs before trying to update the rdme contents. The goal is to fix the following issue with the rdme-rpc-sync workflow: Run python .github/scripts/sync-rpc-cmds.py lightning-addgossip lightning-addgossip.7.md Traceback (most recent call last): File .github/scripts/sync-rpc-cmds.py, line 92, in <module> main() File .github/scripts/sync-rpc-cmds.py, line 82, in main with open(doc/ + file) as f: FileNotFoundError: [Errno 2] No such file or directory: 'doc/lightning-addgossip.7.md'
- Loading branch information