Update deploy.md

pull/3626/head
糠帅傅蓝烧牛肉面 2 years ago committed by GitHub
parent 75bed4f836
commit f429cd29db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save