diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index df53819..7f63849 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,6 +16,4 @@ jobs: run: | ls -la /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." - - uses: actions/checkout@v3 - with: - path: /var/www/html \ No newline at end of file + - uses: actions/checkout@v3 \ No newline at end of file