From f51c3b1c65247eb85c9e4b13be5712f9325900d0 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 6 Oct 2022 12:30:04 -0400 Subject: [PATCH 1/2] Transfer _bookdown.yml --- .github/workflows/transfer-rendered-files.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 From 697b329f8d9ec3bb72a7c3a1e5827e24db502c62 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 6 Oct 2022 12:39:30 -0400 Subject: [PATCH 2/2] Update config_automation.yml --- config_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)