docs/.gitea/workflows/deploy.yaml

18 lines
300 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]
2024-06-04 22:36:21 +02:00
defaults:
run:
shell: bash
working-directory: /home/debian
2024-06-04 20:10:16 +02:00
jobs:
Explore-Gitea-Actions:
steps:
- name: List files in the repository
run: |
2024-06-04 22:33:33 +02:00
pwd
2024-06-04 22:36:21 +02:00
ls