maribakulj commited on
Commit
2310bd1
·
unverified ·
2 Parent(s): 90efcaccd57e24

Merge pull request #8 from maribakulj/claude/repo-audit-deployment-71Dac

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-hf.yml +20 -0
.github/workflows/deploy-hf.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Deploy to HF Space
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+
7
+ jobs:
8
+ deploy:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
+ lfs: true
15
+
16
+ - name: Push to Hugging Face Space
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: |
20
+ git push https://Ma-Ri-Ba-Ku:${HF_TOKEN}@huggingface.co/spaces/Ma-Ri-Ba-Ku/XmLLM main --force