Skip to content

Commit

Permalink
fix preview bank urls (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored Aug 7, 2024
1 parent f41e8f9 commit c0c413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main(book:str, full:bool, sandbox=False, stage=True):
shutil.copytree(b.build_path(), docs_path / "assets", dirs_exist_ok=True)

if stage:
stage_path = base_path / "output" / "stage" / book / "preview" / "exercises"
stage_path = base_path / "output" / "stage" / "preview" / book / "exercises"
print(f"Staging bank at `{stage_path}`")
# stage bank
shutil.copytree(
Expand Down

0 comments on commit c0c413f

Please sign in to comment.