Skip to content

Commit 5101c57

Browse files
author
Luca Forstner
authored
ref: Remove old changelog code (#10889)
1 parent cd3b609 commit 5101c57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+8
-2920
lines changed

.env.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55

66
NEXT_PUBLIC_ALGOLIA_APP_ID=OOK48W9UCL
77
NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=ca98597f559459c216891b75989832f8
8-
9-
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/changelog
10-
NEXTAUTH_URL=http://localhost:3000
11-
NEXTAUTH_SECRET=secret

.github/workflows/algolia-index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
- run: yarn install --frozen-lockfile
3434
if: steps.cache.outputs.cache-hit != 'true'
3535

36-
# Remove the changelog directory to avoid a build error due to missing `DATABASE_URL`
37-
# and save some build time.
38-
- run: rm -r app/changelog
39-
4036
# bun seems to be the most straightforward way to run a TypeScript script
4137
# without introducing another dependency like ts-node or tsx for everyone else
4238

.github/workflows/lint-404s.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
- run: yarn install --frozen-lockfile
3636
if: steps.cache.outputs.cache-hit != 'true'
3737

38-
# Remove the changelog directory to avoid a build error due to missing `DATABASE_URL`
39-
# and save some build time.
40-
- run: rm -r app/changelog
41-
4238
- run: yarn build
4339
if: steps.filter.outputs.docs == 'true'
4440

app/changelog/%5Fadmin/[id]/edit/page.tsx

Lines changed: 0 additions & 96 deletions
This file was deleted.

app/changelog/%5Fadmin/confirm.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/changelog/%5Fadmin/create/page.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

app/changelog/%5Fadmin/layout.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

app/changelog/%5Fadmin/loading.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)