Skip to content

Commit

Permalink
Merge pull request #590 from UBC-DSCI/main
Browse files Browse the repository at this point in the history
Public site rebuild
  • Loading branch information
trevorcampbell committed Aug 21, 2024
2 parents 9c4cd08 + 2e49dc4 commit b278c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Clean the site contents except for dev, pull contents of dev/ to main site
run: |
# delete everything except the dev folder
find . ! -name "dev" -maxdepth 1 -delete
# delete everything except the dev and .git folders
find . -maxdepth 1 ! -name ".git" ! -name "dev" ! -name "." | xargs rm -rf
# copy the contents of dev into the root
cp -rf dev/* .
Expand Down
1 change: 0 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit b278c5e

Please sign in to comment.