Add more ggriffiniii repos

This commit is contained in:
Bill Thiede 2025-12-03 08:21:59 -08:00
parent 69e6ccfb6f
commit 3d3f3b30c1

View File

@ -8,6 +8,11 @@ output_dir: "output"
# Data storage
data_dir: "data"
# Optional: rsync output to remote server after successful run
rsync:
enabled: true
destination: "xinu.tv:/var/www/static/aoc/"
# Repositories to monitor
repositories:
# Example: Single repository with all years
@ -22,6 +27,12 @@ repositories:
- name: "ggriffiniii"
type: "multi-year" # one repo per year
years:
- year: 2021
url: "https://github.com/ggriffiniii/aoc2021"
local_path: "repos/ggriffiniii-2021"
- year: 2022
url: "https://github.com/ggriffiniii/aoc2022"
local_path: "repos/ggriffiniii-2022"
- year: 2025
url: "https://github.com/ggriffiniii/aoc2025"
local_path: "repos/ggriffiniii-2025"