From 69f42351850784fd0f0f8dd4b6798e4bffdc5231 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 07:53:45 +0300 Subject: [PATCH] Gitea Actions test --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a1ae98f..8c95d7f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,5 +17,5 @@ jobs: yarn build ls - name: Move to Nginx folder - run: cp .output /var/www/html + run: cp -r .output /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file