Skip to content

checkout version

checkout version #8

name: Sync with Hugging Face Hub
on:
push:
branches:
- dev_branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:

Check failure on line 14 in .github/workflows/push_to_dev_hf_space.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_to_dev_hf_space.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
lfs: 'true'
- name: Sync with Hugging Face
uses: nateraw/[email protected]
with:
github_repo_id: DL4DS/ai_curriculum_assistant
huggingface_repo_id: dl4ds/curriculum_advisor_dev
repo_type: space
space_sdk: static
hf_token: ${{ secrets.HF_TOKEN }}