feat: match cv style to new site theming
This commit is contained in:
parent
907747cd8e
commit
817c3be13c
12 changed files with 8921 additions and 1726 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
bun-version: "latest"
|
||||
- name: Run Bun install and build
|
||||
node-version: "latest"
|
||||
- name: Run npm clean install and build
|
||||
run: |
|
||||
bun install --frozen-lockfile
|
||||
bun run build
|
||||
npm ci
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue