Skip to content

Commit

Permalink
Update pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Jan 7, 2025
1 parent 6b62f12 commit eb823fc
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 @@ -46,7 +46,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 -d "_site${{ steps.pages.outputs.base_path }}" --trace
env:
JEKYLL_ENV: "production"

Expand Down

0 comments on commit eb823fc

Please sign in to comment.