diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 63beedf..a8fcf84 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,6 +2,7 @@ name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] + jobs: Explore-Gitea-Actions: runs-on: linux-x64 @@ -16,3 +17,5 @@ jobs: ls -la /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." - uses: actions/checkout@v2 + with: + path: '/var/www/html' \ No newline at end of file