Skip to content

Commit e737220

Browse files
👷 Move layout in homepage directory
1 parent aba538b commit e737220

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-site.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
run: git clone https://github.com/chowdhary-org/website.git site
2121
- name: Move project
2222
run: mv site/* .
23+
- name: Create homepage directory
24+
run: mkdir "src/app/(homepage)"
2325
- name: Move entry point
24-
run: mv src/app/foundation/page.tsx src/app/page.tsx
25-
- name: Remove holdings project
26-
run: rm -rf src/app/holdings
26+
run: mv src/app/foundation/page.tsx "src/app/(homepage)/page.tsx"
27+
- name: Move layout
28+
run: mv src/app/foundation/layout.tsx "src/app/(homepage)/layout.tsx"
2729
- name: Replace brand colors
2830
run: sed -i -e "s/sky/teal/g" ./tailwind.config.ts
2931
- name: Detect package manager

0 commit comments

Comments
 (0)