Build: skip tinacms build step - only run astro build
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 20:02:23 +07:00
parent c6c75f5b0d
commit 03e4991c6c
3 changed files with 3 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
{"t":0,"agent":"a1ccdc0","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a1ccdc0","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a7833f9","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a7833f9","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a43d42e","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a43d42e","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a4b63dd","agent_type":"unknown","event":"agent_stop","success":true}

View File

@@ -3,5 +3,5 @@
"total_spawned": 0, "total_spawned": 0,
"total_completed": 0, "total_completed": 0,
"total_failed": 0, "total_failed": 0,
"last_updated": "2026-04-27T12:37:08.956Z" "last_updated": "2026-04-27T13:00:32.726Z"
} }

View File

@@ -7,7 +7,7 @@
"dev": "tinacms dev --port 3001 & astro dev", "dev": "tinacms dev --port 3001 & astro dev",
"dev:astro": "astro dev", "dev:astro": "astro dev",
"dev:tina": "tinacms dev --port 3001", "dev:tina": "tinacms dev --port 3001",
"build": "tinacms build && astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },