Skip to content

Commit

Permalink
👷 Move layout in homepage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Apr 25, 2024
1 parent aba538b commit e737220
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: git clone https://github.com/chowdhary-org/website.git site
- name: Move project
run: mv site/* .
- name: Create homepage directory
run: mkdir "src/app/(homepage)"
- name: Move entry point
run: mv src/app/foundation/page.tsx src/app/page.tsx
- name: Remove holdings project
run: rm -rf src/app/holdings
run: mv src/app/foundation/page.tsx "src/app/(homepage)/page.tsx"
- name: Move layout
run: mv src/app/foundation/layout.tsx "src/app/(homepage)/layout.tsx"
- name: Replace brand colors
run: sed -i -e "s/sky/teal/g" ./tailwind.config.ts
- name: Detect package manager
Expand Down

0 comments on commit e737220

Please sign in to comment.