Another fix at CI/CD
This commit is contained in:
parent
d107691057
commit
58c2290fea
|
|
@ -20,8 +20,7 @@ jobs:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
- name: Installing Netlify
|
- name: Installing Netlify
|
||||||
run: |
|
run: |
|
||||||
npm remove node_modules
|
npm cache clean --force
|
||||||
npm remove package-lock.json
|
|
||||||
npm install
|
npm install
|
||||||
npm install netlify-cli -g
|
npm install netlify-cli -g
|
||||||
- name: Building Site
|
- name: Building Site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue