Update .gitea/workflows/render-and-deploy.yml

This commit is contained in:
2026-04-09 19:51:04 +00:00
parent 1e478ae568
commit 291d8bc1c8

View File

@@ -19,16 +19,12 @@ jobs:
- name: Checkout opencloud-compose Repository
uses: actions/checkout@v6
repository: lyra_phasma/opencloud_compose
path: ./work/opencloud_compose
- name: List files
run: |
apt-get update
apt-get install tree
tree .
tree ..
tree ../..
tree ../../..
- name: Setup Python
uses: actions/setup-python@v6