Delete .github/workflows/sync_HFSpace.yml

#19
Files changed (1) hide show
  1. .github/workflows/sync_HFSpace.yml +0 -18
.github/workflows/sync_HFSpace.yml DELETED
@@ -1,18 +0,0 @@
1
- name: Sync to Hugging Face hub
2
- on:
3
- # to run this workflow manually from the Actions tab
4
- workflow_dispatch:
5
-
6
- jobs:
7
- sync-to-hub:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v4
11
- with:
12
- fetch-depth: 0
13
- lfs: true
14
- - name: Push to hub
15
- env:
16
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
17
- run: git push https://cvachet:[email protected]/spaces/cvachet/pdf-chatbot main
18
-