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.

fix: deploy - Install proj binaries

+4 -1
+4 -1
.github/workflows/publish.yml
··· 22 22 - name: Setup Go 23 23 uses: actions/setup-go@v5 24 24 with: 25 - go-version: '1.22.6' 25 + go-version: "1.22.6" 26 26 27 27 - name: Setup Pages 28 28 id: pages 29 29 uses: actions/configure-pages@v2 30 + 31 + - name: Install dependencies 32 + run: sudo apt install -y proj-bin 30 33 31 34 - name: Build site 32 35 run: go run .