diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 258fc26..7820064 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,4 +21,4 @@ jobs: run: npm run build - name: Copy built site to host folder - run: cp _site /www/work.suroh.tk + run: cp -r _site /www/work.suroh.tk