claude-cfo / .github /workflows /deploy-hf.yml
profgabrielramos's picture
ci: add automatic deploy workflow to Hugging Face Space
4977e9b
raw
history blame contribute delete
406 Bytes
name: Deploy to Hugging Face
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to Hugging Face Space
uses: codingbone/huggingface-deploy@v0.1.2
with:
hf_space_id: profgabrielramos/claude-cfo
hf_token: ${{ secrets.HF_TOKEN }}