mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-15 04:25:41 +01:00
e3ac661196
Some checks are pending
Gitea Actions Deploy / Explore-Gitea-Actions (push) Waiting to run
13 lines
274 B
YAML
13 lines
274 B
YAML
name: Gitea Actions Deploy
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest:host
|
|
steps:
|
|
- name: List files in the repository
|
|
run: |
|
|
pwd
|
|
ls /home/debian
|