Skip to content

Commit

Permalink
tif v tiff
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent a70cb7e commit 831b99f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
uses: actions/checkout@v3
- name: compute
run: python fire.py
- name: git-lfs
run: apt-get update && apt-get -y install git-lfs
- name: push
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
Expand All @@ -27,6 +25,7 @@ jobs:
cd ~/solara-data
git config user.name github-actions
git config user.email [email protected]
git lfs track "*.tif"
git add *.tif
git commit -a -m "update data" || echo "nothing to commit"
git push https://cboettig:[email protected]/datasets/cboettig/solara-data main
Expand Down

0 comments on commit 831b99f

Please sign in to comment.