deepsh2207 commited on
Commit
98f3ae6
·
1 Parent(s): f144692

Revert "Create main.yml"

Browse files

This reverts commit f144692ba1f4ec08445a0139ecb5d1b3bf1edc79.

Files changed (1) hide show
  1. .github/workflows/main.yml +0 -21
.github/workflows/main.yml DELETED
@@ -1,21 +0,0 @@
1
-
2
- name: Sync to Hugging Face hub
3
- on:
4
- push:
5
- branches: [main]
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
- - name: Push to hub
19
- env:
20
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push --force https://deepsh2207:[email protected]/spaces/deepsh2207/ImageQA main