Skip to content

Commit

Permalink
test: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Dec 5, 2024
1 parent cf4021e commit 06b9906
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
pak::pak(c("arrow", "cluster", "dplyr", "flextable", "formatters", "gdtools", "gfonts", "ggforce", "ggplot2", "grid", "magick", "officer", "palmerpenguins", "patchwork", "ragg", "readxl", "rmarkdown", "scales", "stringr", "systemfonts", "tables", "tibble", "tidyverse", "yaml", "remotes", "tinytex", "quarto", "knitr", "htmltools", "here", "renv"))
shell: Rscript {0}

- name: Generate books
# Generate the Quarto book
- name: Render Quarto Project
run: |
quarto::quarto_render(input = ".", as_job = FALSE)
shell: Rscript {0}
quarto render
shell: bash

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 06b9906

Please sign in to comment.