Skip to content

Commit f4cf3fa

Browse files
committed
updated hf_deploy_workflow
1 parent 1597455 commit f4cf3fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/hf_space_push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
env:
2323
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2424
run: |
25-
cp -r codetide/agents/tide/ui/.chainlit/* examples/hf_demo_space/
26-
cp -r codetide/agents/tide/ui/public/* examples/hf_demo_space/
25+
rsync -av --relative codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/
26+
rsync -av --relative codetide/agents/tide/ui/public/ examples/hf_demo_space/
27+
rsync -av --relative codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
2728
cp -r codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
2829
cd examples/hf_demo_space
2930
git init --initial-branch=main

0 commit comments

Comments
 (0)