Skip to content

Commit

Permalink
Enhance path addition
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 27, 2020
1 parent 2974a4b commit cda0346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cda0346

Please sign in to comment.