diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6561f11..3732998 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,9 +24,9 @@ jobs: run: npm install -g pnpm - name: Install dependencies - run: pnpm install --frozen-lockfile - env: - npm_config_registry: https://registry.npmmirror.com + run: | + echo "registry=https://registry.npmmirror.com" > .npmrc + pnpm install --frozen-lockfile - name: Build all decks run: pnpm run build