Skip to content

Commit db8cb24

Browse files
Merge pull request #7 from pytorch-labs/update_direc
updated directory to test out github pages
2 parents ac47bcd + d701de5 commit db8cb24

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

GBID directory/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A registry of PyTorch Dynamo graph breaks.
44

55
# Base URL for the site
66
# 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
88

99
# Build settings
1010
theme: jekyll-theme-minimal # Or any other Jekyll theme you prefer

generate-site.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function getRegistryData() {
2020
async function generateSite() {
2121
const registry = await getRegistryData();
2222

23-
// Create the 'GBID directory' directory if it doesn't exist
2423
const outputDir = 'GBID directory';
2524
if (!fs.existsSync(outputDir)) {
2625
fs.mkdirSync(outputDir, { recursive: true });
@@ -34,7 +33,7 @@ description: A registry of PyTorch Dynamo graph breaks.
3433
3534
# Base URL for the site
3635
# 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
3837
3938
# Build settings
4039
theme: jekyll-theme-minimal # Or any other Jekyll theme you prefer

0 commit comments

Comments
 (0)