Mercurial
diff mrjunejune/BUILD @ 202:b9b184b3303c
[Notes] Images get processed and it is properly fetched. Thank you.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 09:12:57 -0800 |
| parents | 6cdee35a7ba9 |
| children | e5aed6c36672 |
line wrap: on
line diff
--- a/mrjunejune/BUILD Sun Feb 15 07:07:50 2026 -0800 +++ b/mrjunejune/BUILD Sun Feb 15 09:12:57 2026 -0800 @@ -99,6 +99,12 @@ visibility = ["//visibility:public"], ) +filegroup( + name = "data_dir", + srcs = glob(["data/*"]), + visibility = ["//visibility:public"], +) + # Run this to create html files cc_binary( name = "create_html_from_md",