Update .gitea/workflows/build.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
This commit is contained in:
parent
a5fbde728a
commit
1b6c02e368
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ 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: /
|
||||
|
|
Loading…
Reference in a new issue