File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A registry of PyTorch Dynamo graph breaks.
4
4
5
5
# Base URL for the site
6
6
# This is crucial for correct linking on GitHub Pages
7
- baseurl : " /docs/ compile-graph-break" # Adjust this based on your actual GitHub Pages path
7
+ baseurl : " /compile-graph-break-site " # Adjust this based on your actual GitHub Pages path
8
8
9
9
# Build settings
10
10
theme : jekyll-theme-minimal # Or any other Jekyll theme you prefer
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ async function getRegistryData() {
20
20
async function generateSite ( ) {
21
21
const registry = await getRegistryData ( ) ;
22
22
23
- // Create the 'GBID directory' directory if it doesn't exist
24
23
const outputDir = 'GBID directory' ;
25
24
if ( ! fs . existsSync ( outputDir ) ) {
26
25
fs . mkdirSync ( outputDir , { recursive : true } ) ;
@@ -34,7 +33,7 @@ description: A registry of PyTorch Dynamo graph breaks.
34
33
35
34
# Base URL for the site
36
35
# This is crucial for correct linking on GitHub Pages
37
- baseurl: "/docs/ compile-graph-break" # Adjust this based on your actual GitHub Pages path
36
+ baseurl: "/compile-graph-break-site " # Adjust this based on your actual GitHub Pages path
38
37
39
38
# Build settings
40
39
theme: jekyll-theme-minimal # Or any other Jekyll theme you prefer
You can’t perform that action at this time.
0 commit comments