From 9c19510e302adb766603aa26d485e6ab574360df Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 5 Jun 2024 09:49:12 -0400 Subject: [PATCH] Update render-all.yml (#757) --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index ad299a07..c1f3fd36 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -88,7 +88,7 @@ jobs: render-tocless: name: Render TOC-less version for Leanpub or Coursera - needs: [render-bookdown] + needs: [yaml-check, render-bookdown] runs-on: ubuntu-latest container: image: ${{needs.yaml-check.outputs.rendering_docker_image}}