fix: Github Action failed to build pages

This commit is contained in:
ty
2025-03-16 15:25:29 +08:00
parent fd46bf2661
commit e8e2349a97

View File

@@ -320,7 +320,7 @@ const pushPagesSecret = () => {
const deployPages = () => {
console.log("🚧 Deploying to Cloudflare Pages...");
try {
execSync("pnpm run build:pages && pnpm dlx wrangler pages deploy .vercel/output/static --branch main", { stdio: "inherit" });
execSync("pnpm run deploy:pages", { stdio: "inherit" });
console.log("✅ Pages deployment completed successfully");
} catch (error) {
console.error("❌ Pages deployment failed:", error);