Skip to content

Commit 56ee205

Browse files
committed
fix(ci): use correct location for git LFS on RTD
1 parent ea39daf commit 56ee205

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.readthedocs.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ build:
1818
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-linux-amd64-v3.6.1.tar.gz
1919
- tar xvfz git-lfs-linux-amd64-v3.6.1.tar.gz # cspell:disable-line
2020
# Modify LFS config paths to point where git-lfs binary was downloaded
21-
- git config filter.lfs.process "`pwd`/git-lfs filter-process"
22-
- git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f"
23-
- git config filter.lfs.clean "`pwd`/git-lfs clean -- %f"
21+
- git config filter.lfs.process "`pwd`/git-lfs-3.6.1/git-lfs filter-process"
22+
- git config filter.lfs.smudge "`pwd`/git-lfs-3.6.1/git-lfs smudge -- %f"
23+
- git config filter.lfs.clean "`pwd`/git-lfs-3.6.1/git-lfs clean -- %f"
2424
# Make LFS available in current repository
25-
- ./git-lfs install
25+
- ./git-lfs-3.6.1/git-lfs install
2626
# Download content from remote
27-
- ./git-lfs fetch
27+
- ./git-lfs-3.6.1/git-lfs fetch
2828
# Make local files to have the real content on them
29-
- ./git-lfs checkout
29+
- ./git-lfs-3.6.1/git-lfs checkout
3030

3131
sphinx:
3232
configuration: documentation/source/conf.py

0 commit comments

Comments
 (0)