From 735fa364461c7033300eb49ef499ea061063889a Mon Sep 17 00:00:00 2001 From: Dirty REdOG Date: Sat, 4 Jul 2026 18:01:49 -0500 Subject: [PATCH] ci: bypass makefile and call compiler directly --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index e36c4ce..af5f037 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Install & Build run: | npm install - make build + npx @11ty/eleventy - name: Push to Cloudflare Edge run: npx wrangler pages deploy dist/ --project-name=ledailysquirrel