SUSHMANTH REDDY commited on
Commit
aad0f79
1 Parent(s): 4f5e84b

Create main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +26 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
+ lfs: True
17
+ - name: LFS Install
18
+ run: git lfs install
19
+ - name: LFS Track
20
+ run: git lfs track *.jpg
21
+ - name: Checkout LFS objects
22
+ run: git lfs checkout
23
+ - name: Push to hub
24
+ env:
25
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
+ run: git push --force https://sushmanth:$HF_TOKEN@huggingface.co/spaces/sushmanth/Lineage_Population main