Skip to content

Commit 42bdc3c

Browse files
committed
updated hf_deploy_workflow
1 parent 0bbc956 commit 42bdc3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hf_space_push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
env:
2323
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2424
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/
2528
cd examples/hf_demo_space
2629
git init --initial-branch=main
2730
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)