GitHub and Publishing

This repository is published as a Quarto website through GitHub Pages and GitHub Actions.

Publishing Flow

  1. Contributors edit source files, Quarto pages, Markdown reading copies, images, or raw materials.
  2. Changes are committed to the master branch.
  3. GitHub Actions runs .github/workflows/publish.yml.
  4. The workflow renders the Quarto site and deploys _site/ to GitHub Pages.

Local Commands

Render the site:

quarto render

Preview the site:

quarto preview

Check Git status:

git status -sb

References