GitHub and Publishing
This repository is published as a Quarto website through GitHub Pages and GitHub Actions.
Public Links
- Repository: https://github.com/ashitaka-emishi/the-architecture-of-apostasy
- Published site: https://architecture-of-apostasy.faith/
Publishing Flow
- Contributors edit source files, Quarto pages, Markdown reading copies, images, or raw materials.
- Changes are committed to the
masterbranch. - GitHub Actions runs
.github/workflows/publish.yml. - The workflow renders the Quarto site and deploys
_site/to GitHub Pages.
Local Commands
Render the site:
quarto renderPreview the site:
quarto previewCheck Git status:
git status -sb