Skip to content

Commit 06be605

Browse files
committed
Fix: Use python -m to run openlyric_bookmaker
1 parent cbc40ac commit 06be605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Build songbook
5151
run: |
52-
openlyric_bookmaker --config book_config.toml
52+
python -m openlyric_bookmaker book_config.toml
5353
5454
- name: Create GitHub Pages structure
5555
run: |

0 commit comments

Comments
 (0)