Skip to content

Commit

Permalink
Update render-all.yml
Browse files Browse the repository at this point in the history
disabling coursera / leanpub rendering for now
  • Loading branch information
laderast authored Sep 24, 2024
1 parent 2a2c224 commit e999050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
git push -u origin main || echo "No changes to push"
render-tocless:
if: false
name: Render TOC-less version for Leanpub or Coursera
needs: [yaml-check, render-bookdown]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
git push -u origin main || echo "No changes to push"
render-leanpub:
if: false
name: Finish Leanpub prep
needs: [yaml-check, render-tocless]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -207,6 +209,7 @@ jobs:
git push --force --set-upstream origin main || echo "No changes to push"
render-coursera:
if: false
name: Finish Coursera prep
needs: [yaml-check, render-tocless]
runs-on: ubuntu-latest
Expand Down

0 comments on commit e999050

Please sign in to comment.