Skip to content

Commit 3025da7

Browse files
authored
Update ruby version (#248)
Needed to work with newer Netlify images Also, reduce clone to shallow Fixes #238
1 parent d8bfb0e commit 3025da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.8

preview_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
rm -rf pytorch.github.io
3-
git clone --recursive https://github.com/pytorch/pytorch.github.io.git -b site
3+
git clone --recursive https://github.com/pytorch/pytorch.github.io.git -b site --depth 1
44
cp *.md pytorch.github.io/_hub
55
cp images/* pytorch.github.io/assets/images/
66

0 commit comments

Comments
 (0)