Skip to content

Commit d57f341

Browse files
committed
added bundle install on docs command
1 parent 747aa4d commit d57f341

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
# Outputs to the './_site' directory by default
4545
run: |
4646
cd ./docs
47+
bundle install
4748
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4849
env:
4950
JEKYLL_ENV: production

0 commit comments

Comments
 (0)