Skip to content

Commit 975eb30

Browse files
committed
try rebuild
1 parent 55a8d30 commit 975eb30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34-
# submodules: true
34+
submodules: true
3535
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
3636
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
3737

@@ -46,7 +46,7 @@ jobs:
4646
bundler-cache: true
4747

4848
- name: Build site
49-
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
49+
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" --trace
5050
env:
5151
JEKYLL_ENV: "production"
5252

0 commit comments

Comments
 (0)