judith-bourque / quarto-pub-2

Quarto book published on Quarto Pub with GitHub Action
0 stars 0 forks source link
proof-of-concept quarto

quarto-pub-2

Demo of Quarto book published on Quarto Pub

July 2023: This repository is archived.

Create the book

  1. Create a book using Quarto

  2. Publish a Quarto book on Quarto Pub

  3. Set up GitHub Action

    1. Freeze computations

    2. Add this GitHub Action

    3. Add Quarto Pub credentials to GitHub repository

  4. Set up renv

  5. Protect main branch

Update the book

The GitHub Action used in this repository depends on locally rendered computations.

  1. In your terminal, run quarto render to update the _freeze directory
  2. Commit the changes and push to main