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

This commit is contained in:
Opti1337 2024-03-01 07:56:41 +03:00
parent 69f4235185
commit 11b667fa25

View File

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