Skip to content

Commit 673b987

Browse files
Fix: add force:true for push
1 parent c4e1326 commit 673b987

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
@@ -666,7 +666,8 @@ <h3>${titleCased}</h3>
666666
http,
667667
dir,
668668
url: REPO,
669-
ref: 'main'
669+
ref: 'main',
670+
force: true
670671
});
671672

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

0 commit comments

Comments
 (0)