We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747aa4d commit d57f341Copy full SHA for d57f341
1 file changed
.github/workflows/docs.yml
@@ -44,6 +44,7 @@ jobs:
44
# Outputs to the './_site' directory by default
45
run: |
46
cd ./docs
47
+ bundle install
48
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
env:
50
JEKYLL_ENV: production
0 commit comments