docs/.gitea/workflows/deploy.yaml

13 lines
274 B
YAML
Raw Normal View History

2024-06-04 20:10:16 +02:00
name: Gitea Actions Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
2024-06-04 22:33:33 +02:00
runs-on: ubuntu-latest:host
2024-06-04 20:10:16 +02:00
steps:
- name: List files in the repository
run: |
2024-06-04 22:33:33 +02:00
pwd
ls /home/debian