mkdir add parent
Some checks failed
Hugo / build (push) Failing after 3s

This commit is contained in:
brooke 2024-06-16 16:49:32 -04:00
parent 136bc694b4
commit 41911804ba

View file

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