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