From 46e4c4d1f9d2dcc9fd480212244b003f8adbebcc Mon Sep 17 00:00:00 2001 From: daavoo Date: Mon, 30 Dec 2024 16:13:24 +0100 Subject: [PATCH] Add dummy sync_hf_space.yaml for testing --- .github/workflows/sync_hf_space.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/sync_hf_space.yaml diff --git a/.github/workflows/sync_hf_space.yaml b/.github/workflows/sync_hf_space.yaml new file mode 100644 index 0000000..7f62e81 --- /dev/null +++ b/.github/workflows/sync_hf_space.yaml @@ -0,0 +1,15 @@ +name: Sync to Hugging Face Space + +on: + push: + branches: [main] + + workflow_dispatch: + +jobs: + sync-space: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0