We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbc956 commit 42bdc3cCopy full SHA for 42bdc3c
.github/workflows/hf_space_push.yml
@@ -22,6 +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/
27
+ cp -r codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
28
cd examples/hf_demo_space
29
git init --initial-branch=main
30
git config user.name "github-actions[bot]"
0 commit comments