mirror of https://github.com/MISP/misp-book
chg: [dbg] Workflow, chgdir
parent
014172e0f6
commit
f08b172f91
|
@ -38,16 +38,7 @@ jobs:
|
||||||
- name: Install plugin-advanced-emoji
|
- name: Install plugin-advanced-emoji
|
||||||
run: |
|
run: |
|
||||||
npm install gitbook-plugin-advanced-emoji
|
npm install gitbook-plugin-advanced-emoji
|
||||||
- name: Run honkit version
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
./node_modules/.bin/honkit -V --log debug
|
|
||||||
- name: Run honkit parse test
|
|
||||||
run: |
|
|
||||||
./node_modules/.bin/honkit parse --log debug
|
|
||||||
- name: Run honkit build
|
- name: Run honkit build
|
||||||
run: |
|
run: |
|
||||||
pwd
|
cd ..
|
||||||
ls -la
|
npx honkit build --log debug
|
||||||
./node_modules/.bin/honkit build --log debug
|
|
||||||
|
|
Loading…
Reference in New Issue