Skip to content

Commit

Permalink
pull push?
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent ea56494 commit 93f9f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 [email protected]
git add *.tif
git commit -a -m "update data" || echo "nothing to commit"
git push https://cboettig:[email protected]/spaces/cboettig/solara-test main
git pull && git push https://cboettig:[email protected]/spaces/cboettig/solara-test main
2 changes: 1 addition & 1 deletion .github/workflows/sync-hf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://cboettig:[email protected]/spaces/cboettig/solara-test main
run: git push https://cboettig:[email protected]/spaces/cboettig/solara-test main

0 comments on commit 93f9f79

Please sign in to comment.