update cp command
Some checks failed
Hugo / build (push) Failing after 2s

This commit is contained in:
brooke 2024-06-16 16:51:29 -04:00
parent 41911804ba
commit 1923aeeb9f

View file

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