Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zander-prinsloo committed Aug 23, 2023
1 parent f76b195 commit e075c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs: # This block defines the jobs to be run

- name: Install Quarto
run: |
Rscript -e "install.packages('remotes')"
Rscript -e "install.packages('remotes', repos='https://cloud.r-project.org/')"
Rscript -e "remotes::install_github('quarto-dev/quarto-cli')"
- name: Render Quarto Book # This step renders the Quarto book
run: quarto render . # all quarto files in root directory

Expand Down
2 changes: 1 addition & 1 deletion intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (!("emo" %in% ipkg)){

<!-- ::: -->

You need to make sure that the `bookdown` package is installed in your local computer
You need to make sure that `bookdown` package is installed in your local computer

```{r eval=FALSE}
install.packages("bookdown")
Expand Down

0 comments on commit e075c99

Please sign in to comment.