Skip to content

Commit

Permalink
adding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel Foley committed Nov 27, 2024
1 parent 517daf2 commit f976235
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Push Production to HuggingFace



on:

push:

branches: [dan_dev]

# run this workflow manualy from the Actions tab

workflow_dispatch:


jobs:

sync-to-hub:

runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4

with:

fetch-depth: 0

lfs: true

- name: Deploy Production (dan_dev) to HuggingFace

env:

HF_TOKEN: ${{ secrets.HF_TOKEN }}

run: git push --force https://DF38:[email protected]/spaces/LibRAG/

0 comments on commit f976235

Please sign in to comment.