Skip to content

Commit

Permalink
Merge pull request #20 from ImperialCollegeLondon/pm_blueprint_fix
Browse files Browse the repository at this point in the history
Fix blueprint workflow
  • Loading branch information
kbuzzard authored Apr 30, 2024
2 parents 70b4fcc + aa23a64 commit 67d49d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blueprint/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def bp(ctx):
os.chdir(BP_DIR)
run('mkdir -p print && cd src && xelatex -output-directory=../print print.tex')
run('cd src && xelatex -output-directory=../print print.tex')
run('cp print/print.bbl src/web.bbl')
os.chdir(cwd)

@task
Expand Down Expand Up @@ -75,4 +76,4 @@ def server_bind(self):
pass
httpd.server_close()

os.chdir(cwd)
os.chdir(cwd)

0 comments on commit 67d49d0

Please sign in to comment.