mirror your GitHub repos to tangled.org automatically synchub.to
mirror sync tangled github git
92

Configure Feed

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

ci: try setting pnpm home

Daniel Roe (Jul 5, 2026, 2:03 PM +0200) 31f9792b 74c6573b

+4
+4
.tangled/workflows/deploy.yml
··· 21 21 command: | 22 22 set -euo pipefail 23 23 24 + export PNPM_HOME="$PWD/.pnpm-home" 25 + export XDG_CACHE_HOME="$PWD/.pnpm-cache" 26 + pnpm config set store-dir "$PWD/.pnpm-store" --location project 27 + 24 28 if [ "$TANGLED_REF_NAME" = "main" ]; then 25 29 target="production" 26 30 prod_flag="--prod"