Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoung-Kyu Song committed Feb 19, 2024
1 parent 9294cb0 commit a0f1e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hf-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: git clone https://nota-ai:[email protected]/spaces/deepkyu/compressed-wav2lip-ex hf_demo
- name: Move asset files to other locations
run: |
cp -r ./* hf_demo/
rsync -ax --exclude ./hf_demo ./* hf_demo/
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit a0f1e11

Please sign in to comment.