Skip to content

Commit

Permalink
Add trace to see what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jul 15, 2023
1 parent a910373 commit 8e0a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle install && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle install && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --trace
env:
JEKYLL_ENV: production
MEDIUM_USER_ID: ${{ secrets.MEDIUM_USER_ID }}
Expand Down

0 comments on commit 8e0a234

Please sign in to comment.