diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-07-15 01:00:38 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-07-15 01:00:51 +0200 |
| commit | a8bc9db63cb604d097301a8ad5f96cc855642359 (patch) | |
| tree | d6aa59a95d43bdf188ccfb79c01ac85d498fba87 | |
| parent | 40058a97bd8db5fbb57046e1158f4997e4f6e94e (diff) | |
Add already does it
| -rw-r--r-- | index.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -110,11 +110,9 @@ async function run() { const gemfile = resolve(join(__dirname, `${filename}.gmi`)); await writeFile(gemfile, gemtext); - await internals.exec(`blog sync-down`); await internals.exec(`blog add ${gemfile}`); await internals.exec(`blog publish ${internals.blogUrl}`); await internals.exec(`blog publish-archive ${internals.archiveUrl}`); - await internals.exec(`blog sync-up`); await rm(gemfile); for (const bookmark of bookmarks) { |