Skip to content

Commit bfb15b7

Browse files
authored
fix: Checkout and Git LFS fetch issue for pytorch docs workflow (#21219)
1 parent b7ca4d3 commit bfb15b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- uses: actions/checkout@v5
6868
with:
6969
ref: ${{ inputs.checkout }}
70+
token: ${{ secrets.GITHUB_TOKEN }}
7071
# only Pytorch has/uses notebooks
7172
submodules: ${{ matrix.pkg-name == 'pytorch' }}
7273
lfs: ${{ matrix.pkg-name == 'pytorch' }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "_notebooks"]
22
path = _notebooks
3-
url = https://github.com/Lightning-AI/lightning-tutorials.git
3+
url = https://github.com/Lightning-AI/tutorials.git
44
branch = publication

0 commit comments

Comments
 (0)