korupolujayanth2004 commited on
Commit
bfe801f
·
1 Parent(s): bbc8101

Delete rag-mini-project/.github/workflows directory

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +0 -24
.github/workflows/sync-to-hf.yml DELETED
@@ -1,24 +0,0 @@
1
- name: Sync to Hugging Face hub
2
-
3
- on:
4
- push:
5
- branches: [main] # Or whatever your default branch is
6
- paths:
7
- - 'rag-mini-project/**'
8
-
9
- # To run this workflow manually from the Actions tab
10
- workflow_dispatch:
11
-
12
- jobs:
13
- sync-to-hub:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@v3
17
- with:
18
- fetch-depth: 0
19
- lfs: true
20
- - name: Push to hub
21
- env:
22
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
- run: |
24
- git push https://<YOUR_HF_USERNAME>:$HF_TOKEN@huggingface.co/spaces/Jayanthk2004/rag-mini-project main