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 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/). +