Skip to content

[WIP-error fix] Using debug mode #5

[WIP-error fix] Using debug mode

[WIP-error fix] Using debug mode #5

Workflow file for this run

name: Update Hugging Face repository
on:
push:
branches: [main]
workflow_dispatch:
jobs:
push-to-hf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face
env:
HF_USER: ${{ secrets.HF_USER }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://$HF_USER:[email protected]/spaces/eleonore9/notebooks main --force