Update .gitea/workflows/render-and-deploy.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user