We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849654a commit 6df9432Copy full SHA for 6df9432
.github/workflows/hf_space_push.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
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
+ rsync -av codetide/agents/tide/ui/public/avatars examples/hf_demo_space/public/avatars
28
cp 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