Skip to content

Commit

Permalink
base url
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 8, 2024
1 parent 8f781bc commit 632c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/neurolibre_celery_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ def preview_build_myst_task(self, screening_dict):
expected_webpage_path = task.join_myst_path(task.owner_name,task.repo_name,task.screening.commit_hash,"_build","html")
builder = MystBuilder(hub)
# Set the base url
builder.setenv('BASE_URL',expected_webpage_path.split("/DATA")[-1])
#builder.setenv('BASE_URL',expected_webpage_path.split("/DATA")[-1])
# Start the build
task.start("Started MyST build...")
builder.build()
Expand Down

0 comments on commit 632c9d0

Please sign in to comment.