MuhZainur commited on
Commit
c4fa612
·
unverified ·
1 Parent(s): e473c3d

Delete .github/workflows/deploy_to_hf_space.yml

Browse files
.github/workflows/deploy_to_hf_space.yml DELETED
@@ -1,22 +0,0 @@
1
- name: Deploy to Hugging Face Space
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
-
8
- jobs:
9
- deploy-to-hub:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
13
- with:
14
- fetch-depth: 0
15
-
16
- - name: Push to Hub
17
- uses: huggingface-hub/push-to-hub-action@v5
18
- with:
19
- repo_id: "Zainajabroh/sentiment_analysis"
20
- token: ${{ secrets.HF_TOKEN }}
21
- repo_type: space
22
- force: true