12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
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
|