mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
update_wiki: fix path
This commit is contained in:
parent
538df5213c
commit
32339247b0
2
.github/workflows/update_wiki.yml
vendored
2
.github/workflows/update_wiki.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
path: wiki
|
||||
- name: Generate files
|
||||
run: |
|
||||
python3 "./code/man/docgen.py" -M "./code/man/CMDLINE.template.md" "./code/src/" > "./wiki/CMDLINE.md"
|
||||
python3 "./code/man/docgen" -M "./code/man/CMDLINE.template.md" "./code/src/" > "./wiki/CMDLINE.md"
|
||||
- name: Push to wiki
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user