CoolFace
Apppublic

binarycache/medical_imaging

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes
sync_to_hf.yml20 linesDownload Raw Back to workflows
1name: Sync to Hugging Face hub2on:3  push:4    branches: [main, anmol]5 6  # to run this workflow manually from the Actions tab7  workflow_dispatch:8 9jobs:10  sync-to-hub:11    runs-on: ubuntu-latest12    steps:13      - uses: actions/checkout@v214        with:15          fetch-depth: 016      - name: Push to hub17        env:18          HF_TOKEN: ${{ secrets.HF_TOKEN }}19        run: git push --force https://binary_cache:$HF_TOKEN@huggingface.co/spaces/binarycache/medical_imaging main20