A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix build script

+1 -2
+1 -2
.tangled/workflows/deploy.yml
··· 16 16 - gnumake 17 17 - openssl 18 18 - pkg-config 19 - - wrangler 20 19 21 20 steps: 22 21 - name: "Install gems" ··· 26 25 command: "bundle exec jekyll build" 27 26 28 27 - name: "Deploy to Cloudflare Pages" 29 - command: "wrangler deploy _site --project-name=linus --branch=main" 28 + command: "npx wrangler deploy _site --project-name=linus --branch=main"