Update deploy.yml
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -31,8 +31,11 @@ jobs:
|
|||||||
node-version: '16'
|
node-version: '16'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Clean install
|
||||||
run: npm ci
|
run: |
|
||||||
|
rm -rf node_modules
|
||||||
|
rm -f package-lock.json
|
||||||
|
npm install
|
||||||
|
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
|
|||||||
Reference in New Issue
Block a user