Skip to content

Commit

Permalink
Restore more content
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Nov 1, 2024
1 parent 45393d4 commit 3926fca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,19 @@ jobs:
rendering_docker_image: "${{ env.RENDERING_DOCKER_IMAGE }}"
toggle_quiz_check: "${{ env.CHECK_QUIZZES }}"

build-collection:
name: Build Collection
uses: ./.github/workflows/build-collection.yml
with:
render-type: 'main'
repository: $GITHUB_REPOSITORY
secrets:
gh_pat: ${{ secrets.GH_PAT }}
yt_key: ${{ secrets.YT_KEY }}

render-bookdown:
name: Render bookdown
needs: yaml-check
needs: [yaml-check, build-collection]
runs-on: ubuntu-latest
container:
image: ${{needs.yaml-check.outputs.rendering_docker_image}}
Expand Down Expand Up @@ -161,7 +171,7 @@ jobs:
render-leanpub:
name: Finish Leanpub prep
needs: [yaml-check, render-tocless]
needs: [yaml-check, build-collection, render-tocless]
runs-on: ubuntu-latest
container:
image: jhudsl/ottrpal:main
Expand Down Expand Up @@ -238,7 +248,7 @@ jobs:
render-coursera:
name: Finish Coursera prep
needs: [yaml-check, render-tocless]
needs: [yaml-check, build-collection, render-tocless]
runs-on: ubuntu-latest
container:
image: ${{needs.yaml-check.outputs.rendering_docker_image}}
Expand Down
1 change: 1 addition & 0 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bookdown::gitbook:
after_body: assets/AnVIL_style/footer.html
highlight: tango
config:
edit: https://github.com/fhdsl/AnVIL_Collection/blob/main/%s
toc:
collapse: section
before: |
Expand Down

0 comments on commit 3926fca

Please sign in to comment.