offload now calls + generation to 11ty; add activity feed; cleanup
This commit is contained in:
parent
4bd059bc90
commit
4dd6cc9313
18 changed files with 192 additions and 93 deletions
2
.github/workflows/manual-build.yaml
vendored
2
.github/workflows/manual-build.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: manual-build
|
||||
name: Manual Vercel build
|
||||
env:
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
|
|
2
.github/workflows/scheduled-build.yaml
vendored
2
.github/workflows/scheduled-build.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: scheduled-build
|
||||
name: Scheduled Vercel build
|
||||
env:
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
|
|
Reference in a new issue