From 119a7dfcfabc23ef064cefaf26b806d63416cf14 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 21 Aug 2024 16:46:23 -0700 Subject: [PATCH 1/2] force site rebuild --- index.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/index.Rmd b/index.Rmd index 9c4beee9..fdfe9d48 100755 --- a/index.Rmd +++ b/index.Rmd @@ -54,3 +54,4 @@ 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 821d0d6013661412ad07e9e4604474f574c27c6e Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Wed, 21 Aug 2024 16:49:43 -0700 Subject: [PATCH 2/2] Update update_book.yml --- .github/workflows/update_book.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_book.yml b/.github/workflows/update_book.yml index dbbc351a..43df48c6 100644 --- a/.github/workflows/update_book.yml +++ b/.github/workflows/update_book.yml @@ -39,5 +39,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./ force_orphan: true cname: datasciencebook.ca