fix: Update deployment workflow to use correct hugo_build script and improve logging
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'ansible/playbook_websites.yml'
|
||||
- 'bin/hugo_build'
|
||||
- 'websites/**'
|
||||
|
||||
jobs:
|
||||
@@ -39,7 +40,7 @@ jobs:
|
||||
trusted-hosts: ${{ secrets.TRUSTED_HOSTS }}
|
||||
|
||||
- name: Run hugo_build command
|
||||
run: bin/hugo_build.sh
|
||||
run: bin/hugo_build
|
||||
|
||||
- name: Run the playbook to deploy websites
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user