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 b0c3661 commit 03877bdCopy full SHA for 03877bd
.github/workflows/cloudflare-deploy.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
+ submodules: true
23
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@v1
_config.yml
@@ -127,7 +127,7 @@ comments:
127
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
128
assets:
129
self_host:
130
- enabled: # boolean, keep empty means false
+ enabled: true # boolean, keep empty means false
131
# specify the Jekyll environment, empty means both
132
# only works if `assets.self_host.enabled` is 'true'
133
env: # [development | production]
0 commit comments