Gitea Actions test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Opti1337 2024-03-01 08:20:07 +03:00
parent 11b667fa25
commit 519f5894ef

View File

@ -17,5 +17,4 @@ jobs:
yarn build yarn build
- run: ls -la .output - run: ls -la .output
- name: Move to Nginx folder - name: Move to Nginx folder
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 }}."