Your Name 9453d61479
Some checks failed
Gitea Actions Demo / Build (push) Failing after 19s
:-'Generic Commit'
2025-05-29 18:49:59 +12:00

19 lines
357 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build the project
run: |
./build.sh
- name: Publish
run: |
./publish.sh