Add more ggriffiniii repos
This commit is contained in:
parent
69e6ccfb6f
commit
3d3f3b30c1
11
config.yaml
11
config.yaml
@ -8,6 +8,11 @@ output_dir: "output"
|
|||||||
# Data storage
|
# Data storage
|
||||||
data_dir: "data"
|
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 to monitor
|
||||||
repositories:
|
repositories:
|
||||||
# Example: Single repository with all years
|
# Example: Single repository with all years
|
||||||
@ -22,6 +27,12 @@ repositories:
|
|||||||
- name: "ggriffiniii"
|
- name: "ggriffiniii"
|
||||||
type: "multi-year" # one repo per year
|
type: "multi-year" # one repo per year
|
||||||
years:
|
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
|
- year: 2025
|
||||||
url: "https://github.com/ggriffiniii/aoc2025"
|
url: "https://github.com/ggriffiniii/aoc2025"
|
||||||
local_path: "repos/ggriffiniii-2025"
|
local_path: "repos/ggriffiniii-2025"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user