mirror of https://github.com/MISP/misp-book
chg: [workflow] because npm is a mess
parent
e44eb22cef
commit
bce8970014
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install honkit
|
- name: Install honkit
|
||||||
run: |
|
run: |
|
||||||
apt install nodejs
|
sudo apt install nodejs npm
|
||||||
npm init --yes
|
npm init --yes
|
||||||
npm install honkit --save-dev
|
npm install honkit --save-dev
|
||||||
npx honkit build
|
npx honkit build
|
||||||
|
|
Loading…
Reference in New Issue