Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoung-Kyu Song committed Feb 19, 2024
1 parent 0da9ca2 commit 9294cb0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy-hf-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git clone https://nota-ai:[email protected]/spaces/deepkyu/compressed-wav2lip-ex hf_demo
# - name: Move asset files to other locations
# run: |
# mkdir -p hf_demo/config hf_demo/docs
# cp config/augmentation/template/common.yaml hf_demo/config/augmentation_template_common.yaml
# cp demo/docs/description_augmentation.md hf_demo/docs/description_augmentation.md
# cp demo/gradio_augmentation.py hf_demo/app.py
- name: Move asset files to other locations
run: |
cp -r ./* hf_demo/
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit 9294cb0

Please sign in to comment.