Cumulative Effects Model for Prioritizing Recovery Actions (CEMPRA) Guidance Documentation.
Live Site: https://mattjbayly.github.io/CEMPRA_documentation/
- Quarto installed
- Git
git checkout main
git pull origin main
# Edit your .qmd files, images, etc.
git add .
git commit -m "Your changes"
git push origin maingit checkout gh-pages
git merge main
quarto render
git add docs/
git commit -m "Publish updates"
git push origin gh-pages
git checkout mainImportant: You must run quarto render after merging main into gh-pages. The render must happen on the gh-pages branch.
After committing and pushing changes on main:
git checkout gh-pages && git merge main && quarto render && git add docs/ && git commit -m "Publish updates" && git push origin gh-pages && git checkout main| Branch | Purpose | docs/ folder |
|---|---|---|
| main | Source files only | Ignored (in .gitignore) |
| gh-pages | Deployment | Tracked and pushed |
- Did you run
quarto renderon the gh-pages branch after merging? - Wait 2-5 minutes for GitHub Pages to deploy
- Check GitHub repo > Actions tab for deployment status
- Clear browser cache
- Resolve conflicts in source files
- Run
quarto renderagain - Commit and push
- R Package: https://github.com/essatech/CEMPRA
- Shiny App: https://github.com/essatech/CEMPRAShiny
- Shiny App (Live): https://essa.shinyapps.io/CEMPRAShiny/