File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
run : npm run build
32
32
working-directory : compile-graph-break-site
33
33
34
- - name : Checkout pytorch/ docs repository # This name is misleading for the test setup
34
+ - name : Checkout test- docs-site repository
35
35
uses : actions/checkout@v3
36
36
with :
37
- repository : Sidharth123-cpu/test-docs-site # This is the *actual* repository being checked out
37
+ repository : Sidharth123-cpu/test-docs-site
38
38
ref : site # The target branch in your test repo
39
- token : ${{ secrets.DOCS_REPO_TOKEN }}
40
- path : pytorch-docs # THIS IS THE KEY! It's the local folder name
39
+ token : ${{ secrets.DOCS_REPO_TOKEN }} # Personal Access Token with repo scope
40
+ path : pytorch-docs # This is still the local directory name
41
41
42
42
- name : Prepare deployment directory
43
43
run : |
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ description: A registry of PyTorch Dynamo graph breaks.
32
32
33
33
# Base URL for the site
34
34
# This is crucial for correct linking on GitHub Pages
35
- baseurl: "/test-docs-site/docs/ repo/compile-graph-break" # Adjust this based on your actual GitHub Pages path
35
+ baseurl: "/repo/compile-graph-break" # Adjust this based on your actual GitHub Pages path
36
36
37
37
# Build settings
38
38
theme: jekyll-theme-minimal # Or any other Jekyll theme you prefer
You can’t perform that action at this time.
0 commit comments