allow for yaml config to always rebuild #497
Labels
enhancement
New feature or request
frequency: low
indicator that a use-case has a low-frequency in lessons
nice to have
A new feature that would be nice to have, but is not currently a priority
This is something brought up in carpentries-incubator/managing-computational-projects#103
Problem
Child documents are not accounted for when triggering rebuilds
Reason
This is because files in
files/
are not taken into account by the internalsandpaper:::build_status()
function.Potential Solution
We could possibly use {pegboard} to query the code blocks with child files and then use those as an indicator that a rebuild should happen in the parent file.
here is a function that should work for querying the child files:
Created on 2023-08-15 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: