diff --git a/.github/workflows/transfer-rendered-files.yml b/.github/workflows/transfer-rendered-files.yml index a55fc4be..64466e20 100644 --- a/.github/workflows/transfer-rendered-files.yml +++ b/.github/workflows/transfer-rendered-files.yml @@ -78,6 +78,9 @@ jobs: run: | # Copy over images folder svn export --force https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_REF#refs/heads/}/resources/chapt_screen_images resources/chapt_screen_images + + # Copy over _bookdown.yml + svn export --force https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_REF#refs/heads/}/_bookdown.yml _bookdown.yml - name: Create PR with resources files if: ${{ steps.git_repo_check.outputs.git_results == 'TRUE' }} @@ -96,6 +99,7 @@ jobs: It copies over the ottrpal-needed folder (for the `bookdown_to_embed_leanpub(render = FALSE)` function to run properly. - resources/chapt_screen_images/* + - _bookdown.yml labels: | automated reviewers: $GITHUB_ACTOR diff --git a/config_automation.yml b/config_automation.yml index 5351562c..dd0dc4db 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -1,7 +1,7 @@ ##### Checks run at pull request ##### # Check quiz formatting -check-quizzes: yes +check-quizzes: no # Check that urls in the content are not broken url-checker: yes # Render preview of content with changes (Rmd's and md's are checked)