qqubb commited on
Commit
01f033e
·
unverified ·
1 Parent(s): feb46fe

Delete .github/workflows directory

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +0 -29
.github/workflows/main.yml DELETED
@@ -1,29 +0,0 @@
1
- name: Sync to Hugging Face Hub
2
-
3
- on:
4
- push:
5
- branches: [main, dev]
6
-
7
- # To run this workflow manually from the Actions tab
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
-
19
- - name: Push main branch to Hugging Face
20
- if: github.ref == 'refs/heads/main'
21
- env:
22
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
- run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards main
24
-
25
- - name: Push dev branch to Hugging Face
26
- if: github.ref == 'refs/heads/dev'
27
- env:
28
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
- run: git push https://billmarino:[email protected]/spaces/camlsys/compliancecards dev