Delete .gitea/workflows/build.yaml
This commit is contained in:
parent
81dc0fc29f
commit
fe8798e86c
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue