docs/.gitea/workflows/deploy.yaml
Andros Fenollosa 2e49be98b2
All checks were successful
Gitea Actions Deploy / deploy (push) Successful in 3s
Update deploy.yaml
2024-06-05 17:55:21 +02:00

17 lines
282 B
YAML

name: Gitea Actions Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
defaults:
run:
shell: bash
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: List files in the repository
run: |
ls /
ls /home