From f429cd29dbe731ddbf4c9ef642c37fe5ccb63ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=A0=E5=B8=85=E5=82=85=E8=93=9D=E7=83=A7=E7=89=9B?= =?UTF-8?q?=E8=82=89=E9=9D=A2?= Date: Sun, 3 Mar 2024 00:23:40 +0800 Subject: [PATCH] Update deploy.md --- docs/guide/deploy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index c9716855..bf902eff 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -156,7 +156,10 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm + # - name: Setup pnpm # Uncomment this if you're using pnpm + # uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm + # with: # Uncomment this if you're using pnpm + # version: 8 # Uncomment this if you're using pnpm # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v4