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

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