Skip to content

Commit

Permalink
add automatic_deployments variable for sveltia
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Jan 24, 2025
1 parent 75681b4 commit c66d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/admin/cms/sveltiacms/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backend:
{{ with site.Params.admin.repo }}
repo: {{ . }}
{{ end }}
automatic_deployments: false
automatic_deployments: {{ site.Params.admin.automatic_deployments | default false }}

display_url: {{ site.BaseURL }}

Expand Down

0 comments on commit c66d47c

Please sign in to comment.