#!/bin/bash
# Setup GitHub Pages for permanent Alexa briefing URL
set -e

echo "=== GitHub Pages Setup ==="
echo "This creates permanent URLs that never change"
echo

# Step 1: GitHub repository
REPO_NAME="alexa-briefings"
echo "Next steps:"
echo "1. Create GitHub repository: $REPO_NAME"
echo "2. Enable GitHub Pages: Repository → Settings → Pages → Deploy from main"
echo "3. Upload your MP3 files to the root"
echo

echo "=== Files to create ==="
echo "Remote URL: https://sirsir.github.io/$REPO_NAME/elevenlabs_briefing.mp3"
echo "This URL is permanent and never changes"
echo
echo "=== Update Voice Monkey ==="
echo "Replace current webhook with:"
echo "https://sirsir.github.io/$REPO_NAME/elevenlabs_briefing.mp3"