Skip to content

feat(home): theme

feat(home): theme #28

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm build
- run: pm2 restart ecosystem.config.cjs