The source code for my personal website
0

Configure Feed

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

ci: install pnpm dependencies

hanna (Mar 18, 2026, 5:53 PM EDT) 8c4cc2fc 6d6b9d89

+2
+2
.github/workflows/cloudflare.yml
··· 28 28 uses: handelsblattmediagroup/lix-quick-install-action@v3.0.4 29 29 - name: Setup lix store cache 30 30 uses: DeterminateSystems/magic-nix-cache-action@v13 31 + - name: Install dependencies 32 + run: nix develop -c pnpm install --frozen-lockfile 31 33 - name: Build static files 32 34 run: nix develop -c pnpm run build 33 35 - name: Upload static files