chg: [dbg] Workflow, more splits

pull/279/head
Steve Clement 2022-06-01 17:18:03 +02:00
parent c3ec3775e2
commit 3b79351f67
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 8 additions and 2 deletions

View File

@ -38,8 +38,14 @@ jobs:
- name: Install plugin-advanced-emoji
run: |
npm install gitbook-plugin-advanced-emoji
- name: Run honkit
- name: Run honkit version
run: |
./node_modules/.bin/honkit -V --log debug
- name: Run honkit parse test
run: |
./node_modules/.bin/honkit parse --log debug
./node_modules/.bin/honkit -V --log debug
- name: Run honkit build
run: |
pwd
ls -la
./node_modules/.bin/honkit build --log debug