Skip to content

Commit f0d3900

Browse files
authored
Merge branch 'master' into docs_profiler_linking
2 parents e538ec7 + c0d88d5 commit f0d3900

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.17.1
1+
mypy==1.18.1
22
torch==2.8.0
33

44
types-Markdown

0 commit comments

Comments
 (0)