From f08b172f915ebf61eaa306962d9bd84f25ce4735 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 1 Jun 2022 17:30:15 +0200 Subject: [PATCH] chg: [dbg] Workflow, chgdir --- .github/workflows/honkit.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index dadd75f..47c6d41 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -38,16 +38,7 @@ jobs: - name: Install plugin-advanced-emoji run: | 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 run: | - pwd - ls -la - ./node_modules/.bin/honkit build --log debug + cd .. + npx honkit build --log debug