attempt to clear build files first
All checks were successful
Build Hugo Site / build (push) Successful in 23s
All checks were successful
Build Hugo Site / build (push) Successful in 23s
This commit is contained in:
parent
c7d1710979
commit
49ebe77592
@ -26,6 +26,9 @@ jobs:
|
|||||||
mkdir -p /mnt/hugo_output
|
mkdir -p /mnt/hugo_output
|
||||||
chmod -R 777 /mnt/hugo_output # Avoid permission issues
|
chmod -R 777 /mnt/hugo_output # Avoid permission issues
|
||||||
|
|
||||||
|
- name: Clear Previous Build Output
|
||||||
|
run: rm -rf /mnt/hugo_output/*
|
||||||
|
|
||||||
- name: Build Hugo Site
|
- name: Build Hugo Site
|
||||||
run: hugo --minify --destination /mnt/hugo_output
|
run: hugo --minify --destination /mnt/hugo_output
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user