File size: 406 Bytes
bafe839
 
 
 
 
9397add
bafe839
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Sync with Hugging Face Hub

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Sync with Hugging Face
      uses: nateraw/huggingface-sync-action@v0.0.4
      with:
        github_repo_id: DL4DS/dl4ds_tutor
        huggingface_repo_id: dl4ds/dl4ds_tutor
        repo_type: space
        space_sdk: static
        hf_token: ${{ secrets.HF_TOKEN }}