debug: prove checkout+build pipeline
Deploy / build (push) Failing after 1s

This commit is contained in:
2026-09-06 04:27:52 +08:00
parent 946b51a801
commit 2a2e6629d5
+6 -5
View File
@@ -12,7 +12,10 @@ jobs:
run: |
git config --global --add safe.directory '*'
git clone --depth 1 "https://git.hoelee.com/hoelee/hoelee-blog.git" .
git checkout $GITHUB_SHA 2>/dev/null || true
ls -la
- name: Node version
run: node --version && npm --version
- name: Install dependencies
run: npm ci
@@ -20,7 +23,5 @@ jobs:
- name: Build
run: npm run build
- name: Deploy to unRaid docroot
run: |
rm -rf /mnt/user/docker/blog/html/*
cp -r dist/* /mnt/user/docker/blog/html/
- name: List output
run: ls -la dist/