eida-h
test変更
ef51df7
raw
history blame contribute delete
584 Bytes
name: Deploy to Hugging Face Spaces
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Push to Hugging Face Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://HuggingFaceH4:$HF_TOKEN@huggingface.co/spaces/h-aida/pokepoke_simulator main