Skip to content

Commit

Permalink
Still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel Foley committed Nov 27, 2024
1 parent b05fcdb commit 4261a05
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: Push Production to HuggingFace



on:

push:

branches: [dan_dev]

# run this workflow manualy from the Actions tab

workflow_dispatch:



jobs:

sync-to-hub:
Expand All @@ -29,6 +26,18 @@ jobs:

lfs: true



- name: Configure Git LFS

run: |
git lfs install
git lfs pull

- name: Deploy Production (dan_dev) to HuggingFace

env:
Expand Down

0 comments on commit 4261a05

Please sign in to comment.