diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index c974e4c..c71aa0e 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - # submodules: true + submodules: true # If using the 'assets' git submodule from Chirpy Starter, uncomment above # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) diff --git a/_config.yml b/_config.yml index 77fd492..fe89f97 100644 --- a/_config.yml +++ b/_config.yml @@ -113,7 +113,7 @@ comments: # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: # boolean, keep empty means false + enabled: true # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' env: # [development|production]