Skip to content

Commit

Permalink
Add a debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 2, 2024
1 parent 3196feb commit 9ac0e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Print pwd
run: |
pwd
- name: Build static licenses
run: |
chmod +x ./script/build.sh
Expand Down

0 comments on commit 9ac0e5d

Please sign in to comment.