fixed hugo version
Some checks failed
Build / build (push) Failing after 29m43s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-06 11:46:01 +09:00
parent 597e3bba21
commit dd0fc02c48

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2 uses: https://github.com/peaceiris/actions-hugo@v2
with: with:
hugo-version: ${{ matrix.hugo-version }} hugo-version: "latest"
extended: true extended: true
- name: Run Hugo - name: Run Hugo
run: hugo --minify run: hugo --minify