diff --git a/tasks/build.yml b/tasks/build.yml index 00a90c4..739aebe 100644 --- a/tasks/build.yml +++ b/tasks/build.yml @@ -21,7 +21,7 @@ - name: Building the website with Hugo shell: - cmd: hugo --themesDir themes --theme blogotheme --baseURL="http://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics + cmd: hugo --themesDir themes --theme blogotheme --baseURL="https://{{ hugo_deploy_site_url }}" --enableGitInfo --minify --templateMetrics chdir: "{{ hugo_deploy_download_path }}" - name: Copy the website to it's webroot