We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca4d3 commit f79ca3cCopy full SHA for f79ca3c
.github/workflows/docs-build.yml
@@ -70,6 +70,11 @@ jobs:
70
# only Pytorch has/uses notebooks
71
submodules: ${{ matrix.pkg-name == 'pytorch' }}
72
lfs: ${{ matrix.pkg-name == 'pytorch' }}
73
+ - name: Setup Git LFS credentials
74
+ if: ${{ matrix.pkg-name == 'pytorch' }}
75
+ run: |
76
+ git config --global credential.helper store
77
+ echo "https://$GITHUB_ACTOR:[email protected]" > ~/.git-credentials
78
- uses: actions/setup-python@v6
79
with:
80
python-version: "3.10"
0 commit comments