Commit 3cc4d59
authored
Build Site with GitHub Actions (#14)
## Overview
This PR updates the project environment by cleaning up the `renv` setup
and upgrading to R v4.5.1. It also introduces a GitHub Action to
automatically build and deploy the site whenever changes are pushed to
the `main` branch. Addresses #13 .
## Details
- Removed the docs folder and added it to `.gitignore` to keep the
repository root cleaner.
- Local site previews can still be run with `quarto preview`.
- GitHub Actions now build the site using R v4.5.1, consistent with the
version recorded in the `renv` lockfile.
## Developer Notes
- When adding new libraries, run `renv::snapshot()` and commit the
updated lockfile.
## Breaking Changes
- Repository settings must be updated so GitHub Pages deploys from the
`gh-pages` branch.
- The `gh-pages` branch may need to be initialized before deployment.File tree
39 files changed
+347
-17676
lines changed- .github/workflows
- docs
- site_libs
- bootstrap
- clipboard
- quarto-html
- quarto-search
- renv
39 files changed
+347
-17676
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Whitespace-only changes.
Binary file not shown.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments