From e70b13a7f4e2f0e2ff4b3e98b6cd8c385c9c26f1 Mon Sep 17 00:00:00 2001 From: Clezio Penha Date: Wed, 10 Jun 2026 15:46:54 -0300 Subject: [PATCH] Test temporary in workflow --- .gitea/workflows/deploy.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index df1817f..e97ab70 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,21 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest - container: - volumes: - - /repos:/repos - steps: - - name: Checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - - name: Install Dependencies - run: npm ci + - run: npm ci - - name: Build Astro - run: npm run build + - run: npm run build - - name: Verify Mount + - name: Test Docker Access run: | - ls -la /repos - ls -la /repos/portfolio \ No newline at end of file + docker ps \ No newline at end of file