Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7b8f5b9

Browse files
committed
Fix: rsmanage build —gen was not doing it for runestone
1 parent 50e9d1e commit 7b8f5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _build_ptx_book(config, gen, manifest, course, click=click):
126126
root = tree.getroot()
127127
ElementInclude.include(root, base_url=main_file) # include all xi:include parts
128128
if gen:
129-
res = subprocess.call("pretext generate", shell=True)
129+
res = subprocess.call("pretext generate -t runestone", shell=True)
130130
if res != 0:
131131
click.echo("Failed to build")
132132
# build the book

0 commit comments

Comments
 (0)