rasaboot / .github /workflows /huggingface.yml
Rahul Bhole
Create huggingface.yml
8203363 unverified
raw
history blame contribute delete
363 Bytes
name: Sync to Hugging Face
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Push to Hugging Face
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://huggingface.co/rahul5035/rasaboot main