We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2dc98 commit 849654aCopy full SHA for 849654a
.github/workflows/hf_space_push.yml
@@ -22,10 +22,9 @@ jobs:
22
env:
23
HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
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/
+ rsync -av codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/.chainlit/
+ rsync -av codetide/agents/tide/ui/public/ examples/hf_demo_space/public/
+ cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
29
cd examples/hf_demo_space
30
git init --initial-branch=main
31
git config user.name "github-actions[bot]"
0 commit comments