Skip to content

Commit

Permalink
Merge pull request #589 from UBC-DSCI/main
Browse files Browse the repository at this point in the history
Public site rebuild
  • Loading branch information
trevorcampbell authored Aug 21, 2024
2 parents e47b65d + ca32e0e commit 9c4cd08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Clean the site contents except for dev, pull contents of dev/ to main site
run: |
# delete everything except the dev folder
ls -1 --hide=dev | xargs rm -rf
find . ! -name "dev" -maxdepth 1 -delete
# copy the contents of dev into the root
cp -rf dev/* .
Expand All @@ -39,5 +39,5 @@ jobs:
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force_orphan: true # this will clean up all previous PR previews / main branch preview
force_orphan: true
cname: datasciencebook.ca
1 change: 1 addition & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 9c4cd08

Please sign in to comment.