Skip to content

Commit

Permalink
👷 Add static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Apr 25, 2024
1 parent e737220 commit d3c37fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
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: Move static assets
run: cp public/foundation/* public
- 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 d3c37fe

Please sign in to comment.