mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-12 20:45:16 +02:00
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:
parent
00511948ff
commit
67f9550e6c
3 changed files with 31 additions and 5 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue