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