ai-dungeon / .github /workflows /deploy-to-spaces.yml
prgrmc's picture
Add actions for huggin face deployment
bfc4193
raw
history blame
321 Bytes
name: Deploy to Spaces
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to Spaces
uses: huggingface/deploy-to-spaces@main
with:
space-id: "Prgrmmer/ai-dungeon"
token: ${{ secrets.HF_TOKEN }}