Skip to content

Commit

Permalink
fix dest
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent 93f9f79 commit 26deccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26deccf

Please sign in to comment.