From 1c4b88b15aea76cfaca84d51543ef68f00dbae4f Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sat, 29 Jun 2024 02:15:18 -0700 Subject: [PATCH] recursive copy --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 0675802..aa46498 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -14,4 +14,4 @@ jobs: - name: Build run: bundle exec jekyll build - name: Copy - run: cp _site/* /pages/ \ No newline at end of file + run: cp -r _site/* /pages/ \ No newline at end of file