Skip to content

Commit 8d1a82f

Browse files
Merge pull request #14 from pytorch-labs/updated_deployment
Fix: Baseurl for test deployment to include full path
2 parents 9c6ac34 + f74da57 commit 8d1a82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: A registry of PyTorch Dynamo graph breaks.
3232
3333
# Base URL for the site
3434
# This is crucial for correct linking on GitHub Pages
35-
baseurl: "/test-docs-site" # Adjust this based on your actual GitHub Pages path
35+
baseurl: "/test-docs-site/docs/repo/compile-graph-break" # Adjust this based on your actual GitHub Pages path
3636
3737
# Build settings
3838
theme: jekyll-theme-minimal # Or any other Jekyll theme you prefer

0 commit comments

Comments
 (0)