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 b6f29cf commit 1e4c6e2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/huggingFace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
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 1e4c6e2

Please sign in to comment.