Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent authored Jan 11, 2024
1 parent ce568a3 commit e85f446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
# run: cd ./docs
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: |
cd ./docs
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit e85f446

Please sign in to comment.