File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ build:
18
18
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-linux-amd64-v3.6.1.tar.gz
19
19
- tar xvfz git-lfs-linux-amd64-v3.6.1.tar.gz # cspell:disable-line
20
20
# 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"
24
24
# Make LFS available in current repository
25
- - ./git-lfs install
25
+ - ./git-lfs-3.6.1/git-lfs install
26
26
# Download content from remote
27
- - ./git-lfs fetch
27
+ - ./git-lfs-3.6.1/git-lfs fetch
28
28
# Make local files to have the real content on them
29
- - ./git-lfs checkout
29
+ - ./git-lfs-3.6.1/git-lfs checkout
30
30
31
31
sphinx :
32
32
configuration : documentation/source/conf.py
You can’t perform that action at this time.
0 commit comments