Skip to content

Commit

Permalink
Try to fix the deployment rebase when running on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Jan 29, 2024
1 parent 0c629c8 commit c83b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deploy:
git fetch origin
git checkout deploy
git reset --hard origin/deploy
git rebase origin/main
git rebase @^ --onto origin/main
@just submodules
@just build
echo "" >> deployed.txt
Expand Down

0 comments on commit c83b5f5

Please sign in to comment.