Skip to content

Commit 849654a

Browse files
committed
updated hf_deploy_workflow
1 parent ca2dc98 commit 849654a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/hf_space_push.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
env:
2323
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2424
run: |
25-
cp --parents -r codetide/agents/tide/ui/.chainlit/* examples/hf_demo_space/
26-
cp --parents -r codetide/agents/tide/ui/public/* examples/hf_demo_space/
27-
cp --parents codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
28-
cp -r codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
25+
rsync -av codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/.chainlit/
26+
rsync -av codetide/agents/tide/ui/public/ examples/hf_demo_space/public/
27+
cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
2928
cd examples/hf_demo_space
3029
git init --initial-branch=main
3130
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)