diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 773ebac..a1ae98f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,4 +16,6 @@ jobs: yarn yarn build ls + - name: Move to Nginx folder + run: cp .output /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file