From aa3b34886aa42b9e6b484d675be466dd1baabe16 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 24 Nov 2024 12:23:00 -0300 Subject: [PATCH] Add .gitea/workflows/pull --- .gitea/workflows/pull | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/pull diff --git a/.gitea/workflows/pull b/.gitea/workflows/pull new file mode 100644 index 0000000..617c93a --- /dev/null +++ b/.gitea/workflows/pull @@ -0,0 +1,12 @@ +name: Pull +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + Deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy to alice + uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main + with: + skip-build: true \ No newline at end of file