diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 49118b9..c5bafbc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: - run: bundle config set path 'vendor/bundle' - run: bundle install - run: bash .github/scripts/reroute_asciidoctor.sh - - run: echo "::add-path::$(bundle info asciidoctor | grep 'Path:' | awk '{print $2}')/bin" + - run: echo "::add-path::$(bundle info --path asciidoctor)/bin" - name: Build run: hugo --minify