Harun commited on
Commit
205fe59
·
unverified ·
1 Parent(s): 4021689

Delete .github/workflows/deploy-to-spaces.yml

Browse files
.github/workflows/deploy-to-spaces.yml DELETED
@@ -1,15 +0,0 @@
1
- name: Deploy to Spaces
2
- on:
3
- push:
4
- branches: [main]
5
-
6
- jobs:
7
- deploy:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v2
11
- - name: Deploy to Spaces
12
- uses: huggingface/deploy-to-spaces@main
13
- with:
14
- space-id: "Prgrmmer/ai-dungeon"
15
- token: ${{ secrets.HF_TOKEN }}