Commit Graph

19 Commits

Author SHA1 Message Date
wonder b86fb28d14 fix: use POSIX sh instead of bash for Alpine CI compatibility
Deploy Slides / build-and-deploy (push) Successful in 1m41s
The node:22-alpine container doesn't have bash installed,
causing `sh: bash: not found` in the build step.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:35:53 +08:00
wonder 679a8fb7d4 ci: revert to container with Aliyun Alpine mirror
Deploy Slides / build-and-deploy (push) Failing after 1m14s
act runner post-step runs in isolated context that can't find node
regardless of symlinks. Revert to container approach but switch to
Aliyun mirror for faster apk downloads (~2min → ~10s).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:32:55 +08:00
wonder bbf4f59e9b fix: symlink nvm node/npm to /usr/bin for act runner
Deploy Slides / build-and-deploy (push) Failing after 1s
Node is installed via nvm at /root/.nvm which isn't in the runner's
shell PATH. Symlink node, npm, npx to /usr/bin so they're available
in all contexts including post-step cleanup.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:31:21 +08:00
wonder 1be07cc0c5 fix: symlink node to /usr/bin for act runner post-step
Deploy Slides / build-and-deploy (push) Failing after 1s
GITHUB_PATH doesn't apply to post-step cleanup context. Symlink
node to /usr/bin so the runner can find it during cleanup.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:29:29 +08:00
wonder c246b1058e fix: add /usr/local/bin to PATH for act runner
Deploy Slides / build-and-deploy (push) Failing after 1s
The host has node installed but act runner shell steps don't include
it in PATH. Add it via GITHUB_PATH before checkout.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:27:58 +08:00
wonder 4c9183e5ad ci: remove container and install-tools step to run on host directly
Deploy Slides / build-and-deploy (push) Failing after 1s
The host runner already has git and docker-cli installed, so running
inside node:22-alpine container and installing tools is unnecessary.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:24:30 +08:00
wonder aea1fd3569 fix: use local Gitea checkout mirror to avoid GitHub network issues
Deploy Slides / build-and-deploy (push) Has been cancelled
The self-hosted Aliyun runner drops connections to github.com mid-clone
(GFW), causing unexpected EOF errors. Switch to a locally mirrored
actions/checkout and point it at the Gitea server for repo cloning.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 13:17:21 +08:00
wonder ead70bb547 fix: use container job to resolve act runner node PATH issue
Deploy Slides / build-and-deploy (push) Failing after 1m44s
act runner cannot find node in PATH during post-step cleanup. Running
all steps inside a node:22-alpine container ensures node is always
available. Removes actions/setup-node as it's no longer needed.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 12:59:19 +08:00
wonder c583e0519f fix: downgrade checkout and setup-node to v3 for act runner compatibility
Deploy Slides / build-and-deploy (push) Failing after 1m2s
v4 actions require Node 20 in PATH during post-step cleanup, which act
does not provide. v3 uses Node 16 that act bundles by default.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 12:54:14 +08:00
wonder 1e9cebbcb6 ci: add deploy workflow for Gitea Actions
Deploy Slides / build-and-deploy (push) Failing after 55s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:50:43 +08:00
wonder 3ac00a588a feat: add serve command for landing page preview
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:47:18 +08:00
wonder a2bdfcafc5 feat: add showcase deck and enhance demo slides
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:43:19 +08:00
wonder 59c0ef7f3b feat: restructure project for multi-deck support
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:41:04 +08:00
wonder 62344278a4 feat: initialize Slidev project with minimal slides
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:35:12 +08:00
wonder b07d5b5ac3 docs: add CLAUDE.md with project conventions
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
Define Slidev skill requirement, project structure, git commit
convention, CI/CD pipeline architecture (DooD with nginx on 8080),
and key commands.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 11:27:33 +08:00
wonder ca79b3819c test: skip checkout step (no node on runner)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
2026-05-27 00:35:28 +08:00
wonder 9f360cd18e fix: match runner label aliyun
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
2026-05-27 00:33:47 +08:00
wonder ed7a6fa84b build: workflow test
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-27 00:31:28 +08:00
wonder 8ff3d7f0e9 添加 README.md 2026-05-27 00:29:13 +08:00