Skip to content

Commit 93cc333

Browse files
committed
Update build.yml
1 parent 026a645 commit 93cc333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
ls
2828
cd
2929
ls
30-
mkdir temp
3130
mkdir .bundle
3231
bundle config path '~/vendor/bundle'
33-
cd /work
32+
git clone https://github.com/pytorch/pytorch.github.io.git
33+
cd pytorch.github.io
3434
bundle install
3535
3636
## Yarn Install

0 commit comments

Comments
 (0)