We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc40ac commit 06be605Copy full SHA for 06be605
1 file changed
.github/workflows/build-and-deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Build songbook
51
run: |
52
- openlyric_bookmaker --config book_config.toml
+ python -m openlyric_bookmaker book_config.toml
53
54
- name: Create GitHub Pages structure
55
0 commit comments