test/.gitea/workflows/build.yaml
Dorian Zedler aef37857fb
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 43s
Update .gitea/workflows/build.yaml
2023-08-25 23:35:36 +02:00

15 lines
376 B
YAML

name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1
with:
folder: assets