aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-07-15 01:00:38 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-07-15 01:00:51 +0200
commita8bc9db63cb604d097301a8ad5f96cc855642359 (patch)
treed6aa59a95d43bdf188ccfb79c01ac85d498fba87 /index.js
parent40058a97bd8db5fbb57046e1158f4997e4f6e94e (diff)
Revert sync down and upHEADmain
Add already does it
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.js b/index.js
index 9aa74de..275b96c 100644
--- a/index.js
+++ b/index.js
@@ -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) {