Skip to content

Commit

Permalink
Update render-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jun 6, 2024
1 parent e70adeb commit d0b831a
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 @@ -127,7 +127,7 @@ jobs:
render-leanpub:
name: Finish Leanpub prep
needs: [render-tocless]
needs: [yaml-check, render-tocless]
runs-on: ubuntu-latest
container:
image: jhudsl/ottrpal:main
Expand Down Expand Up @@ -171,8 +171,6 @@ jobs:
git commit -m 'Delete manuscript folder' || echo "No changes to commit"
git pull --rebase --set-upstream origin $branch_name --allow-unrelated-histories --strategy-option=ours
git push -u origin main || echo "No changes to push"
echo ${{ needs.yaml-check.outputs.toggle_quiz_check == 'yes'}}
echo ${{needs.yaml-check.outputs.toggle_quiz_check}}
- name: Run ottrpal::bookdown_to_embed_leanpub
if: ${{ needs.yaml-check.outputs.toggle_quiz_check == 'no'}}
Expand Down Expand Up @@ -206,7 +204,7 @@ jobs:
render-coursera:
name: Finish Coursera prep
needs: [render-tocless]
needs: [yaml-check, render-tocless]
runs-on: ubuntu-latest
container:
image: ${{needs.yaml-check.outputs.rendering_docker_image}}
Expand Down

0 comments on commit d0b831a

Please sign in to comment.