We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1597455 commit f4cf3faCopy full SHA for f4cf3fa
1 file changed
.github/workflows/hf_space_push.yml
@@ -22,8 +22,9 @@ jobs:
22
env:
23
HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
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/
+ rsync -av --relative codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/
+ 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/
28
cp -r codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
29
cd examples/hf_demo_space
30
git init --initial-branch=main
0 commit comments