Skip to content

Commit

Permalink
Fix doc builder
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jun 1, 2024
1 parent b9ab3ab commit bae90d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
bundler-cache: true

- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll b -s docs -d "_site${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: "production"

Expand Down

0 comments on commit bae90d6

Please sign in to comment.