Skip to content

Merge pull request #4 from huggingface/tweak-eval-skill-ben #1

Merge pull request #4 from huggingface/tweak-eval-skill-ben

Merge pull request #4 from huggingface/tweak-eval-skill-ben #1

name: Sync Hackers Leaderboard to Hugging Face Space
on:
push:
branches:
- main
paths:
- 'apps/hackers-leaderboard/**'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install huggingface_hub
run: curl -LsSf https://hf.co/cli/install.sh | bash
- name: Upload hackers leaderboard to HF Space
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: hf upload hf-skills/hacker_leaderboard apps/hackers-leaderboard . --repo-type=space