Skip to content

Commit 7f29005

Browse files
committed
checkout version
1 parent 733edf5 commit 7f29005

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/push_to_dev_hf_space.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: checkout
13+
uses: actions/checkout@v3
14+
with:
15+
lfs: 'true'
1216
- name: Sync with Hugging Face
1317
uses: nateraw/[email protected]
1418
with:
1519
github_repo_id: DL4DS/ai_curriculum_assistant
1620
huggingface_repo_id: dl4ds/curriculum_advisor_dev
17-
lfs: true
1821
repo_type: space
1922
space_sdk: static
20-
hf_token: ${{ secrets.HF_TOKEN }}
23+
hf_token: ${{ secrets.HF_TOKEN }}
24+

0 commit comments

Comments
 (0)