I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite
2
fork

Configure Feed

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

build: build on more recent version of ubuntu

This allows a more recent version of libwebp too

+2 -2
+2 -2
.github/workflows/publish.yml
··· 13 13 jobs: 14 14 build: 15 15 name: Build and Deploy 16 - runs-on: ubuntu-latest 16 + runs-on: ubuntu-25.04 17 17 18 18 steps: 19 19 - name: Checkout repository ··· 52 52 name: github-pages 53 53 url: ${{ steps.deployment.outputs.page_url }} 54 54 55 - runs-on: ubuntu-latest 55 + runs-on: ubuntu-25.04 56 56 steps: 57 57 - name: Deploy to GitHub Pages 58 58 id: deployment