diff options
| -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) { |