Skip to content

Commit

Permalink
Merge pull request #587 from UBC-DSCI/main
Browse files Browse the repository at this point in the history
rebuild public site
  • Loading branch information
trevorcampbell committed Aug 21, 2024
2 parents 2a5ef4c + fe00b6e commit 9df4714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ This work by [Tiffany Timbers](https://www.tiffanytimbers.com/), [Trevor Campbel
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 9df4714

Please sign in to comment.