Skip to content

Commit d3c37fe

Browse files
👷 Add static assets
1 parent e737220 commit d3c37fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-site.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: mv src/app/foundation/page.tsx "src/app/(homepage)/page.tsx"
2727
- name: Move layout
2828
run: mv src/app/foundation/layout.tsx "src/app/(homepage)/layout.tsx"
29+
- name: Move static assets
30+
run: cp public/foundation/* public
2931
- name: Replace brand colors
3032
run: sed -i -e "s/sky/teal/g" ./tailwind.config.ts
3133
- name: Detect package manager

0 commit comments

Comments
 (0)