Skip to content

Commit

Permalink
Update huggingFace.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuroopa authored May 16, 2024
1 parent 54742b3 commit b6f29cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/huggingFace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
with:
fetch-depth: 0
lfs: true
- name: Install Git LFS
run: |
sudo apt-get install git-lfs
git lfs install
- name: Track large files with Git LFS
run: git lfs track "presentation.pptx"

- name: Add and commit files
run: |
git add .
git commit -m "Add presentation.pptx using Git LFS"
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit b6f29cf

Please sign in to comment.