mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-27 14:13:19 +00:00
Minor updates
This commit is contained in:
4
.github/copilot-instructions.md
vendored
4
.github/copilot-instructions.md
vendored
@@ -34,9 +34,9 @@ Ziel: Kurze, handlungsorientierte Hinweise, damit ein AI-Copilot sofort produkti
|
|||||||
|
|
||||||
- Integrationen & externe Abhängigkeiten
|
- Integrationen & externe Abhängigkeiten
|
||||||
- Podcast-Feed: `content/meta.json` enthält `masterFeedUrl`/`publicFeedUrl` — `tasks/fetch_feed.js` referenziert diese.
|
- Podcast-Feed: `content/meta.json` enthält `masterFeedUrl`/`publicFeedUrl` — `tasks/fetch_feed.js` referenziert diese.
|
||||||
- Mempool-API: `https://mempool.observer/api/recentBlocks` in `generate_site_data.js` (block height in site-data).
|
- Mempool-API: `https://mempool.space/api/blocks/` in `generate_site_data.js` (block height in site-data).
|
||||||
- Meetup-Portal: `https://portal.einundzwanzig.space/...` (Falling back to `content/meetups-do-not-edit.json`).
|
- Meetup-Portal: `https://portal.einundzwanzig.space/...` (Falling back to `content/meetups-do-not-edit.json`).
|
||||||
- Nostr: `tasks/generate_nostr.js` nutzt `@nostr-dev-kit/ndk` (erzeugt mapping/relays für `content/participants.json`).
|
- Nostr: `tasks/generate_nostr.js` nutzt `@nostr-dev-kit/ndk` (erzeugt Mappings für `content/participants.json`).
|
||||||
|
|
||||||
- Fehlerszenarien & Debug-Hinweise
|
- Fehlerszenarien & Debug-Hinweise
|
||||||
- Viele Tasks loggen Fehler und fallen auf lokale JSONs zurück; bei Netzwerkfehlern zuerst `npm run build:data` manuell testen.
|
- Viele Tasks loggen Fehler und fallen auf lokale JSONs zurück; bei Netzwerkfehlern zuerst `npm run build:data` manuell testen.
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -13,6 +13,8 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types:
|
types:
|
||||||
- anchor_update
|
- anchor_update
|
||||||
|
# schedule:
|
||||||
|
# - cron: "0 7 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user