Skip to content

Commit

Permalink
Moving away from the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Feb 28, 2024
1 parent c45bd93 commit 717cb36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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)

- name: Setup Pages
id: pages
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ comments:
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: true
env: production
enabled: # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]

pwa:
enabled: true # the option for PWA feature (installable)
Expand Down

0 comments on commit 717cb36

Please sign in to comment.