Skip to content

Commit

Permalink
Merge 8d929ab into 72d246e
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored May 16, 2022
2 parents 72d246e + 8d929ab commit 4569125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/transfer-rendered-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
file-quizzes-pr:
name: File _Quizzes Transfer PR
runs-on: ubuntu-latest
container:
image: jhudsl/ottrpal:latest
needs: [yaml-check]
if: ${{needs.yaml-check.outputs.toggle_coursera == 'yes' || needs.yaml-check.outputs.toggle_leanpub == 'yes'}}

Expand All @@ -46,7 +48,6 @@ jobs:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
sudo apt-get install subversion
sudo Rscript -e "install.packages('optparse')"
# What's the Quizzes repository's name?
QUIZ_REPO=$(echo ${GITHUB_REPOSITORY} | sed "s/_Bookdown/ /g" | sed "s/_Template/ /g" | awk '{print $1"_Quizzes"}')
Expand Down
4 changes: 2 additions & 2 deletions config_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docker-test: no
##### Renderings run upon merge to main branch #####
# Rendering each platform's content
render-bookdown: yes
render-leanpub: no
render-coursera: no
render-leanpub: yes
render-coursera: yes

# What docker image should be used for rendering?
# The default is jhudsl/course_template:main
Expand Down

0 comments on commit 4569125

Please sign in to comment.