Skip to content

Commit

Permalink
Add dummy sync_hf_space.yaml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Dec 30, 2024
1 parent 2ec7ef9 commit 46e4c4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync_hf_space.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sync to Hugging Face Space

on:
push:
branches: [main]

workflow_dispatch:

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

0 comments on commit 46e4c4d

Please sign in to comment.