Skip to content

Commit acbd0c0

Browse files
Fix: use force push for demo simplicity
1 parent 3c1589c commit acbd0c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ <h3>${titleCased}</h3>
646646
http,
647647
dir,
648648
url: REPO,
649-
ref: 'main'
649+
ref: 'main',
650+
force: true // Force push since we may be editing on stale state
650651
});
651652

652653
showSaving('Publishing to Nostr...');

0 commit comments

Comments
 (0)