Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
mattblackwell committed Jun 9, 2024
1 parent 62e9c3a commit 2379f99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: r-lib/actions/setup-r@v2

- name: Install packages (needed for Rmd)
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite"))'
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite", "RColorBrewer"))'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true

- name: Publish HTML book
- name: Render and Publish book
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down
7 changes: 6 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ execute:

book:
title: "A User's Guide to Statistical Inference and Regression"
author: "Matthew Blackwell"
author:
- name: Matthew Blackwell
orcid: 0000-0002-3689-9527
email: [email protected]
url: https://www.mattblackwell.org/

output-file: "users-guide"
reader-mode: true
public-url: https://mattblackwell.github.io/gov2002-book/
Expand Down

0 comments on commit 2379f99

Please sign in to comment.