From 34aa9db4445a56c7cc04fd36c2f4b65ffc443ec6 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 21 Aug 2024 14:31:07 -0700 Subject: [PATCH 1/3] empty commit to trigger dev site rebuild --- index.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index fdfe9d48..9c4beee9 100755 --- a/index.Rmd +++ b/index.Rmd @@ -54,4 +54,3 @@ knitr::include_graphics("img/frontmatter/ds-a-first-intro-cover.jpg") This work by [Tiffany Timbers](https://www.tiffanytimbers.com/), [Trevor Campbell](https://trevorcampbell.me/), and [Melissa Lee](https://www.stat.ubc.ca/users/melissa-lee) is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). - From a94055253f9abe858e2a6d2d3019059f2eec2b01 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 21 Aug 2024 15:51:15 -0700 Subject: [PATCH 2/3] refetch orphaned gh-pages branch in workflow --- .github/workflows/update_book.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update_book.yml b/.github/workflows/update_book.yml index b30b4d55..4f15efbe 100644 --- a/.github/workflows/update_book.yml +++ b/.github/workflows/update_book.yml @@ -40,6 +40,11 @@ jobs: force_orphan: true # this will clean up all previous PR previews / main branch preview cname: datasciencebook.ca + - name: checkout gh-pages again (to grab new orphaned upstream branch) + uses: actions/checkout@v2 + with: + ref: 'gh-pages' + - name: copy dev/ website back in run: | yes | cp -rf $HOME/dev dev From fe00b6e49c663c37e659f271b1aaac33c3369daf Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 21 Aug 2024 15:52:19 -0700 Subject: [PATCH 3/3] whitespace force rebuild main --- index.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.Rmd b/index.Rmd index 9c4beee9..3f66b72d 100755 --- a/index.Rmd +++ b/index.Rmd @@ -54,3 +54,5 @@ knitr::include_graphics("img/frontmatter/ds-a-first-intro-cover.jpg") This work by [Tiffany Timbers](https://www.tiffanytimbers.com/), [Trevor Campbell](https://trevorcampbell.me/), and [Melissa Lee](https://www.stat.ubc.ca/users/melissa-lee) is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). + +