Skip to content

Commit

Permalink
ci: support auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Aug 4, 2023
1 parent 82a3976 commit 2c4ffe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand Down

0 comments on commit 2c4ffe5

Please sign in to comment.