Skip to content

Commit ff3c3e2

Browse files
authored
fix(vulns): docs vulnerabilities and workflow (#1762)
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 0289047 commit ff3c3e2

File tree

3 files changed

+5662
-925
lines changed

3 files changed

+5662
-925
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
run: yarn install
4747

4848
- name: Build
49-
run: netlify build
49+
run: ./node_modules/.bin/netlify build
5050

5151
- name: Deploy
52-
run: netlify deploy --prod
52+
run: ./node_modules/.bin/netlify deploy --prod
5353

5454
- name: Generate reports
5555
run: |

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"react-dom": "^18.2.0"
2828
},
2929
"devDependencies": {
30-
"@docusaurus/module-type-aliases": "^3.4.0"
30+
"@docusaurus/module-type-aliases": "^3.4.0",
31+
"netlify-cli": "^18.0.3"
3132
},
3233
"browserslist": {
3334
"production": [

0 commit comments

Comments
 (0)