Update .gitea/workflows/deploy_to_stage.yaml
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s

This commit is contained in:
tfaour 2025-03-29 21:20:14 -04:00
parent d2ed2f987e
commit d524a21955

View File

@ -19,4 +19,5 @@ jobs:
- name: Copy the files
run: |
cp -r ./html/* /www-stg/html
- run: ls /www-stg/html
- run: echo "🍏 This job's status is ${{ job.status }}."