docs/.gitea/workflows/deploy.yaml
Andros Fenollosa 26cbc5313c
All checks were successful
Gitea Actions Deploy / deploy (push) Successful in 3s
Update deploy.yaml
2024-06-05 18:05:08 +02:00

16 lines
293 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 /workspace/Django-LiveView/docs