MillMin commited on
Commit
c641087
1 Parent(s): c717ba7

Phase2/NhanHT: Add CICD huggingface

Browse files
Files changed (2) hide show
  1. .github/workflows/huggingface.yaml +21 -0
  2. README.md +6 -0
.github/workflows/huggingface.yaml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 🤗 Sync to HuggingFace Space
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+
7
+ jobs:
8
+ sync-to-hub:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ # Checkout repo
12
+ - uses: actions/checkout@v3
13
+ with:
14
+ fetch-depth: 0
15
+ lfs: true
16
+
17
+ # Push to hub
18
+ - name: Push to hub
19
+ env:
20
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push -f https://MillMin:$HF_TOKEN@huggingface.co/spaces/MillMin/FSA-PROJECT-CV main
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
 
2
  # Simple Genarates Question Test
3
 
 
1
+ title: FSA PROJECT CV
2
+ emoji: 🏢
3
+ colorFrom: green
4
+ colorTo: red
5
+ sdk: docker
6
+ pinned: false
7
 
8
  # Simple Genarates Question Test
9