Add .gitea/workflows/pull

This commit is contained in:
Carneiro 2024-11-24 12:23:00 -03:00
parent 3f3e5851d3
commit aa3b34886a
1 changed files with 12 additions and 0 deletions

12
.gitea/workflows/pull Normal file
View File

@ -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