Gitea Actions test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
Opti1337 2024-03-01 07:53:45 +03:00
parent 98f95b5cd5
commit 69f4235185

View File

@ -17,5 +17,5 @@ jobs:
yarn build
ls
- name: Move to Nginx folder
run: cp .output /var/www/html
run: cp -r .output /var/www/html
- run: echo "🍏 This job's status is ${{ job.status }}."