From 1923aeeb9faaf458fdc95365828f90d60b70c531 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 16 Jun 2024 16:51:29 -0400 Subject: [PATCH] update cp command --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index df85356..a1ed83a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: with: submodules: "true" - 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 run: hugo --minify - name: Deploy to Server