Skip to content

Commit 20e3ee7

Browse files
fix: Correct GitHub Pages path in deploy workflow
1 parent 2420c58 commit 20e3ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
full_html = template.render(
6262
session=session,
6363
GameState=GameState,
64-
url_for=lambda name, path='': f'/agent-lab-python/app/static/{path}' if name == 'static' else path,
64+
url_for=lambda name, path='': f'/my-soc-ops-python/app/static/{path}' if name == 'static' else path,
6565
)
6666
6767
with open('_site/app/index.html', 'w') as f:

0 commit comments

Comments
 (0)