1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

Add a debug output

This commit is contained in:
Dlurak 2024-01-02 20:18:23 +01:00
parent 3196febd63
commit 9ac0e5de8c

View File

@ -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