diff workflow
Some checks failed
Gitea Actions Demo / compile-html (push) Failing after 23s

This commit is contained in:
vitrinekast 2025-01-07 12:43:59 +01:00
parent 28c33cb896
commit a4bb56c180

View File

@ -25,6 +25,10 @@ jobs:
- name: Run the python application
run: python app.py
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Push the changes to the FTP server
uses: https://github.com/wangyucode/sftp-upload-action@v2.0.4
with: