Code for https://gm112.neocities.org/ gm112.neocities.org/

chore: remove workaround generate

+2 -2
+1 -1
.tangled/workflows/ci.yaml
··· 21 21 # Build site 22 22 corepack enable 23 23 pnpm install --frozen-lockfile 24 - pnpm generate || pnpm generate # TODO: Remove this once I figure out why the CI intermittently fails 24 + pnpm generate
+1 -1
.tangled/workflows/deploy.yaml
··· 25 25 # Build site 26 26 corepack enable 27 27 pnpm install --frozen-lockfile 28 - pnpm generate || pnpm generate # TODO: Remove this once I figure out why the CI intermittently fails 28 + pnpm generate # || pnpm generate # TODO: Remove this once I figure out why the CI intermittently fails 29 29 30 30 # Download Wisp CLI 31 31 # curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli