Files
hoelee-blog/.gitea/workflows/deploy.yml
T
hoelee 2a2e6629d5
Deploy / build (push) Failing after 1s
debug: prove checkout+build pipeline
2026-09-06 04:27:52 +08:00

28 lines
521 B
YAML

name: Deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git config --global --add safe.directory '*'
git clone --depth 1 "https://git.hoelee.com/hoelee/hoelee-blog.git" .
ls -la
- name: Node version
run: node --version && npm --version
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: List output
run: ls -la dist/