Opti1337 519f5894ef
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Gitea Actions test
2024-03-01 08:20:07 +03:00

20 lines
464 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
runs-on: main
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build app
run: |
yarn
yarn build
- run: ls -la .output
- name: Move to Nginx folder
- run: echo "🍏 This job's status is ${{ job.status }}."