mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
90a9fb27ad
All checks were successful
Gitea Actions Deploy / Explore-Gitea-Actions (push) Successful in 2s
18 lines
301 B
YAML
18 lines
301 B
YAML
name: Gitea Actions Deploy
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
#working-directory: /home/debian
|
|
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
steps:
|
|
- name: List files in the repository
|
|
run: |
|
|
pwd
|
|
ls
|