Fix Pages workflow enablement and add Lobsters launch copy

Use configure-pages enablement so the landing deploy can succeed without
manual repo setup first.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sam Valladares 2026-06-02 12:39:26 -05:00
parent 00511948ff
commit 67f9550e6c
3 changed files with 31 additions and 5 deletions

View file

@ -37,6 +37,8 @@ jobs:
sed -i 's|../marketing/assets/|assets/|g' _site/index.html || true
- uses: actions/configure-pages@v5
with:
enablement: true
- uses: actions/upload-pages-artifact@v3
with: