We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a51ecb commit 74163dfCopy full SHA for 74163df
.github/workflows/jekyll.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/configure-pages@v4
44
- name: Build with Jekyll
45
# Outputs to the './_site' directory by default
46
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
47
env:
48
JEKYLL_ENV: production
49
- name: Upload artifact
0 commit comments