gperdrizet commited on
Commit
1c49156
·
verified ·
1 Parent(s): afa6e6e

Added workflow to publish to HuggingFace Space.

Browse files
.github/workflows/publish_hf_space.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: HuggingFace Space
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+
7
+ # to run this workflow manually from the Actions tab, if desired
8
+ workflow_dispatch:
9
+
10
+ jobs:
11
+ sync-to-hub:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
+ lfs: true
18
+ - name: Push to hub
19
+ env:
20
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push https://gperdrizet:$HF_TOKEN@huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client main