geekyrakshit commited on
Commit
a89beff
·
1 Parent(s): 1d021bf

updated readme

Browse files
.github/workflows/sync_with_space.yml DELETED
@@ -1,21 +0,0 @@
1
- name: Sync to Hugging Face hub
2
- on:
3
- push:
4
- branches: [main]
5
- pull_request:
6
- branches: [main]
7
-
8
- # to run this workflow manually from the Actions tab
9
- workflow_dispatch:
10
-
11
- jobs:
12
- sync-to-hub:
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v2
16
- with:
17
- fetch-depth: 0
18
- - name: Push to hub
19
- env:
20
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push --force https://geekyrakshit:[email protected]/spaces/geekyrakshit/enhance-me main