mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-27 06:03:22 +00:00
Fixes
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,8 +14,8 @@ on:
|
||||
types:
|
||||
- anchor_update
|
||||
- verein_update
|
||||
schedule:
|
||||
- cron: "0 7 * * *"
|
||||
schedule:
|
||||
- cron: "0 7 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -42,7 +42,6 @@ Object.entries(members).forEach(([key, { npub, pubkey, nip05_handle }]) => {
|
||||
names[id] = new NDKUser({ npub }).pubkey
|
||||
})
|
||||
|
||||
|
||||
const dst = resolve(__dirname, '..', 'dist', '.well-known', 'nostr.json')
|
||||
const dir = dirname(dst)
|
||||
const res = { names, relays }
|
||||
|
||||
Reference in New Issue
Block a user