chg: [dbg] Workflow, chgdir

pull/279/head
Steve Clement 2022-06-01 17:30:15 +02:00
parent 014172e0f6
commit f08b172f91
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 2 additions and 11 deletions

View File

@ -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