From f1ec98e0d49b873fc58cb592cbd75a27cdb3a10f Mon Sep 17 00:00:00 2001 From: jaro Date: Thu, 28 Dec 2023 18:58:52 +0100 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7f63849..fc0372f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,4 +16,6 @@ jobs: run: | ls -la /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." - - uses: actions/checkout@v3 \ No newline at end of file + - uses: actions/checkout@v3 + with: + path: '/var/www/html' \ No newline at end of file