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

This commit is contained in:
Alan Youngblood 2024-04-12 12:15:13 -04:00
parent e707149a85
commit e6b4893540

View File

@ -10,15 +10,20 @@ jobs:
name: "Deploy Hugo site to Netlify" name: "Deploy Hugo site to Netlify"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v4
with: with:
go-version: ">=1.17.0" submodules: true
fetch-depth: 0
name: Checkout name: Checkout
- name: Setup Hugo
uses: peaceiris/action-hugo@v2
with:
hugo-version: "0.124.1"
extended: true
- name: Build - name: Build
run: | run: |
go version
hugo version hugo version
hugo hugo --minify
- uses: https://github.com/nwtgck/actions-netlify@v2.0 - uses: https://github.com/nwtgck/actions-netlify@v2.0
name: Deploy name: Deploy
with: with: