gitea action hugo2netlify setup-go fixed2
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 16s

This commit is contained in:
Alan Youngblood 2024-04-12 12:05:25 -04:00
parent c721ebac1f
commit e707149a85

View File

@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ">=1.17.0"
name: Checkout
- name: Build
run: |