RAG_LangGraph / .github /workflows /deploy-space.yml
Anandharajan's picture
Sync Space with LangGraph RAG app
99f19b3
raw
history blame contribute delete
420 Bytes
name: Deploy to Hugging Face Space
on:
push:
branches: [ master ]
tags: [ 'v*' ]
workflow_dispatch:
jobs:
sync-space:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Push to Hugging Face Space
uses: huggingface/hub-action@v1
with:
repo-token: ${{ secrets.HF_TOKEN }}
repo-id: ${{ secrets.HF_SPACE_ID }}
repo-type: space