Skip to content

Commit 5a7c3b0

Browse files
committed
Added in CI with HF dev space
1 parent 1a4553b commit 5a7c3b0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Sync with Hugging Face Hub
2+
3+
on:
4+
push:
5+
branches:
6+
- dev_branch
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Sync with Hugging Face
13+
uses: nateraw/[email protected]
14+
with:
15+
github_repo_id: DL4DS/ai_curriculum_assistant
16+
huggingface_repo_id: dl4ds/curriculum_advisor_dev
17+
repo_type: space
18+
space_sdk: static
19+
hf_token: ${{ secrets.HF_TOKEN }}

0 commit comments

Comments
 (0)