Skip to content

Commit

Permalink
Try another strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed May 24, 2023
1 parent e57817c commit 64f6b5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ jobs:
git add --force resources/*
git add --force docs/*
git commit -m 'Render Leanpub' || echo "No changes to commit"
git fetch
git push --force origin main || echo "No changes to push"
git push --force --set-upstream origin main || echo "No changes to push"
render-coursera:
name: Finish Coursera prep
Expand Down Expand Up @@ -227,5 +226,4 @@ jobs:
git add --force resources/*
git add --force docs/*
git commit -m 'Render Coursera quizzes' || echo "No changes to commit"
git pull --allow-unrelated-histories --strategy-option=ours
git push origin main || echo "No changes to push"
git push --force --set-upstream origin main || echo "No changes to push"

0 comments on commit 64f6b5e

Please sign in to comment.