ci: bypass makefile and call compiler directly
Some checks failed
Deploy to Cloudflare Pages / publish (push) Failing after 38s

This commit is contained in:
Dirty REdOG 2026-07-04 18:01:49 -05:00
parent 256a66febe
commit 735fa36446

View file

@ -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