From e825491605b8ada8122e182b7f8f7ba49a0f6aa0 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Thu, 19 Feb 2026 11:11:06 -0300 Subject: [PATCH 1/2] Atualizar .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ad769851..cbc87d65 100755 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -5,6 +5,7 @@ on: [push] jobs: Deploy: runs-on: ubuntu-latest + timeout-minutes: 20 steps: - name: Deploy to alice uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main From 75e3bdf8476504aafc010ca0ab1934686314daf9 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Thu, 19 Feb 2026 15:00:50 -0300 Subject: [PATCH 2/2] Atualizar .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cbc87d65..8a668b99 100755 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -5,7 +5,7 @@ on: [push] jobs: Deploy: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 40 steps: - name: Deploy to alice uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main