Skip to content

Commit

Permalink
Create sync_hf_space.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo authored Jan 17, 2025
1 parent 28ae1d9 commit 98d0cc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sync_hf_space.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Sync to Hugging Face Space

on:
workflow_dispatch:

jobs:
sync-space:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

0 comments on commit 98d0cc7

Please sign in to comment.