Update deploy.yml

This commit is contained in:
Zuoling Rong
2025-02-02 20:50:15 +08:00
parent 9478b8138b
commit 7e08f5302e

View File

@@ -31,8 +31,11 @@ jobs:
node-version: '16'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Clean install
run: |
rm -rf node_modules
rm -f package-lock.json
npm install
- name: Generate site
run: npm run generate