volcano-plot / .github /workflows /hf_max_size.yml
Romain Graux
Add GitHub action to push on HF sspace
c79ad30
raw
history blame
293 Bytes
name: Check file size
on:
pull_request:
branches: [master]
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- name: Check large files
uses: ActionsDesk/[email protected]
with:
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces