From 26deccf8f070963a1d58494cb5391050c0736421 Mon Sep 17 00:00:00 2001 From: Carl Date: Tue, 19 Dec 2023 20:46:20 +0000 Subject: [PATCH] fix dest --- .github/workflows/compute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index e6d4661..cb30471 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -27,5 +27,5 @@ jobs: git config user.email github-actions@github.com git add *.tif git commit -a -m "update data" || echo "nothing to commit" - git pull && git push https://cboettig:$HF_TOKEN@huggingface.co/spaces/cboettig/solara-test main + git push https://cboettig:$HF_TOKEN@huggingface.co/datasets/cboettig/solara-data main