mirror of https://github.com/MISP/misp-book
new: [workflow] first tentative of honkit CI
parent
8ecad87294
commit
e44eb22cef
|
@ -0,0 +1,16 @@
|
||||||
|
name: Honkit test
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
max-parallel: 4
|
||||||
|
steps:
|
||||||
|
- name: Install honkit
|
||||||
|
run: |
|
||||||
|
apt install nodejs
|
||||||
|
npm init --yes
|
||||||
|
npm install honkit --save-dev
|
||||||
|
npx honkit build
|
Loading…
Reference in New Issue