jonbio/scripts/postbuild.mjs
Jonathan Branan 081f5b1f67
Some checks failed
GitHub Pages / deploy (push) Has been cancelled
GitHub Pages / build (push) Has been cancelled
First iteration of blog
2024-10-14 00:18:50 -05:00

8 lines
87 B
JavaScript

import rss from './rss.mjs'
async function postbuild() {
await rss()
}
postbuild()