update hugo yaml location
All checks were successful
Hugo / build (push) Successful in 7s

This commit is contained in:
brooke 2024-06-16 16:52:13 -04:00
parent 1923aeeb9f
commit 9aaa070634

View file

@ -13,7 +13,7 @@ jobs:
with:
submodules: "true"
- name: Copy exampleSite Files
run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v /themes/hugo-maintenance/exampleSite/hugo.yaml .
run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v exampleSite/hugo.yaml .
- name: Run build task
run: hugo --minify
- name: Deploy to Server