Vinay Jose
Update main.yml
f866a77 unverified
raw
history blame contribute delete
628 Bytes
name: Deploy to Hugging Face Spaces
on:
push:
branches:
- '03-a-web-1.0-application'
- '05-htmx-patterns'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: false
- name: Push to HF Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git push https://HuggingFaceBot:$HF_TOKEN@huggingface.co/spaces/vinay-jose/$GITHUB_REF_NAME $GITHUB_REF_NAME:main