prgrmc commited on
Commit
173722e
·
2 Parent(s): 023fef1 205fe59

Merge branch 'main' of https://github.com/prgrmcode/ai-dungeon-game

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 }}