ci: bypass makefile and call compiler directly
Some checks failed
Deploy to Cloudflare Pages / publish (push) Failing after 38s
Some checks failed
Deploy to Cloudflare Pages / publish (push) Failing after 38s
This commit is contained in:
parent
256a66febe
commit
735fa36446
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Install & Build
|
- name: Install & Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
make build
|
npx @11ty/eleventy
|
||||||
|
|
||||||
- name: Push to Cloudflare Edge
|
- name: Push to Cloudflare Edge
|
||||||
run: npx wrangler pages deploy dist/ --project-name=ledailysquirrel
|
run: npx wrangler pages deploy dist/ --project-name=ledailysquirrel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue