shunk031 commited on
Commit
e152e27
·
verified ·
1 Parent(s): e2859a4

Delete .github/workflows/push_to_hub.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/push_to_hub.yaml +0 -26
.github/workflows/push_to_hub.yaml DELETED
@@ -1,26 +0,0 @@
1
- name: Sync to Hugging Face Hub
2
-
3
- on:
4
- workflow_run:
5
- workflows:
6
- - CI
7
- branches:
8
- - main
9
- types:
10
- - completed
11
-
12
- jobs:
13
- push_to_hub:
14
- runs-on: ubuntu-latest
15
-
16
- steps:
17
- - name: Checkout repository
18
- uses: actions/checkout@v3
19
-
20
- - name: Push to Huggingface hub
21
- env:
22
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
- HF_USERNAME: ${{ secrets.HF_USERNAME }}
24
- run: |
25
- git fetch --unshallow
26
- git push --force https://${HF_USERNAME}:${HF_TOKEN}@huggingface.co/datasets/${HF_USERNAME}/Magazine main