Skip to content

feat: add comprehensive CI/CD automation and modern Python tooling #1

feat: add comprehensive CI/CD automation and modern Python tooling

feat: add comprehensive CI/CD automation and modern Python tooling #1

Workflow file for this run

name: Deploy to Hugging Face Spaces
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git remote add hf https://thompsonson:[email protected]/spaces/thompsonson/bayesian_game
git push hf main --force