Skip to content

Commit

Permalink
add workflow to push to huggingface
Browse files Browse the repository at this point in the history
  • Loading branch information
dikarel committed Mar 4, 2024
1 parent 82e7a76 commit fe6c0a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push-to-huggingface.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Push to Huggingface
on:
push:
branches: [main]

jobs:
push-to-huggingface:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to Huggingface
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://dikarel:[email protected]/spaces/dikarel/nice-outfit main

0 comments on commit fe6c0a4

Please sign in to comment.