dnth commited on
Commit
adcfc04
·
unverified ·
1 Parent(s): 749ff20
Files changed (1) hide show
  1. .github/workflows/main.yml +7 -0
.github/workflows/main.yml CHANGED
@@ -10,6 +10,13 @@ jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
  steps:
 
 
 
 
 
 
 
13
  - uses: actions/checkout@v2
14
  with:
15
  fetch-depth: 0
 
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
  steps:
13
+ - name: Checkout github repo (+ download lfs dependencies)
14
+ uses: actions/checkout@v2
15
+ with:
16
+ lfs: true
17
+ - name: Checkout LFS objects
18
+ run: git lfs pull
19
+
20
  - uses: actions/checkout@v2
21
  with:
22
  fetch-depth: 0