We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a8d30 commit 975eb30Copy full SHA for 975eb30
1 file changed
.github/workflows/pages-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
34
- # submodules: true
+ submodules: true
35
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
36
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
37
@@ -46,7 +46,7 @@ jobs:
46
bundler-cache: true
47
48
- name: Build site
49
- 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
50
env:
51
JEKYLL_ENV: "production"
52
0 commit comments