Jae-Won Chung commited on
Commit
5ad37df
1 Parent(s): 059564d

Remove workflow from master branch

Browse files
Files changed (1) hide show
  1. .github/workflows/push_spaces.yaml +0 -21
.github/workflows/push_spaces.yaml DELETED
@@ -1,21 +0,0 @@
1
- name: Push to Hugging Face Space
2
- on:
3
- push:
4
- branches:
5
- - web
6
-
7
- jobs:
8
- push:
9
- runs-on: ubuntu-latest
10
- if: github.event.repository.fork == false
11
- steps:
12
- - name: Checkout repository
13
- uses: actions/checkout@v3
14
- with:
15
- fetch-depth: 0
16
- lfs: true
17
- ref: web
18
- - name: Push to Space
19
- env:
20
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push https://jaywonchung:$HF_TOKEN@huggingface.co/spaces/symbioticlab/ml-energy-leaderboard web:main