diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8c95d7f..68214b9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: run: | yarn yarn build - ls + - run: ls -la .output - name: Move to Nginx folder run: cp -r .output /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file