Skip to content

Commit 7a85917

Browse files
committed
Creating symlink for Spring '26 schedule
1 parent 6fa7a52 commit 7a85917

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ The live site is built and deployed by a GitHub action and served by GitHub page
3636

3737
Schedules are YAML files stored in the `_data/schedules/` directory. Each schedule contains a list of **plans**. Check out the [long-run scheduler](https://github.com/raceconditionrunning/run-scheduler) if you'd like to automatically generate a schedule.
3838

39+
The current schedule is whatever is symlinked from `_data/schedule.yml`.
40+
To update the symlink (e.g., whenever a new quarter schedule is published),
41+
run:
42+
43+
```sh
44+
% ln -sf <path_to_new_schedule> _data/schedule.yml
45+
```
46+
3947
#### Plans
4048

4149
A **plan** represents a long run that may be broken into multiple legs. While uncommon, there can be multiple distinct plans on the same day.

_data/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
schedules/26-winter.yml
1+
schedules/26-spring.yml

0 commit comments

Comments
 (0)