From 7fe1dedd97d1f04c8ba64e834023e50436da7eda Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Nov 2024 10:08:31 -0500 Subject: [PATCH 1/4] Update check-url.yml --- .github/workflows/check-url.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/check-url.yml b/.github/workflows/check-url.yml index a4370498..6314f650 100644 --- a/.github/workflows/check-url.yml +++ b/.github/workflows/check-url.yml @@ -78,6 +78,16 @@ jobs: run: | echo ${{ steps.check-report.outputs.error_url }} echo ${{ steps.check-report.outputs.error_num }} + + # Commit file + - name: Commit tocless bookdown files + if: ${{ steps.check-report.outputs.error_num >= 1 + env: + GH_PAT: ${{ secrets.GH_PAT }} + run: | + git add --force check_reports/url_checks.tsv + git commit -m 'Add spell check file' || echo "No changes to commit" + git push --set-upstream origin preview-spell-error || echo echo branch exists remotely - name: Find issues id: find-issue From 85171345c188d334a7343b1c6430bceaf003a71d Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Nov 2024 10:53:05 -0500 Subject: [PATCH 2/4] Update 02-chapter_of_course.Rmd --- 02-chapter_of_course.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index d35bbe3d..5bb6e214 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -11,7 +11,7 @@ Every chapter needs to start out with this chunk of code: ```{r, include = FALSE} ottrpal::set_knitr_image_path() ``` - +spelling error: abhsuidfbaiusdhguashdf ## Learning Objectives Every chapter also needs Learning objectives that will look like this: From 94555d704bcd95cc8ecc18fbc2f79b49a49fb47f Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Nov 2024 10:54:44 -0500 Subject: [PATCH 3/4] Update check-url.yml --- .github/workflows/check-url.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-url.yml b/.github/workflows/check-url.yml index 6314f650..090f12f6 100644 --- a/.github/workflows/check-url.yml +++ b/.github/workflows/check-url.yml @@ -81,7 +81,7 @@ jobs: # Commit file - name: Commit tocless bookdown files - if: ${{ steps.check-report.outputs.error_num >= 1 + if: ${{ steps.check-report.outputs.error_num >= 1 }} env: GH_PAT: ${{ secrets.GH_PAT }} run: | From 4d7c6baad25d5464115cdaa2498e0805913eab00 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 11 Dec 2024 12:33:29 -0500 Subject: [PATCH 4/4] Update 02-chapter_of_course.Rmd --- 02-chapter_of_course.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index 5bb6e214..d35bbe3d 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -11,7 +11,7 @@ Every chapter needs to start out with this chunk of code: ```{r, include = FALSE} ottrpal::set_knitr_image_path() ``` -spelling error: abhsuidfbaiusdhguashdf + ## Learning Objectives Every chapter also needs Learning objectives that will look like this: