依存関係をアップデート2
github pages / deploy (push) Successful in 2m39s

This commit is contained in:
2025-02-25 00:57:31 +09:00
parent c9eeb8c725
commit 56ca4538e0
476 changed files with 960 additions and 3746 deletions
+5 -4
View File
@@ -9,15 +9,16 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
fetch-depth: 1
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.139.3"
hugo-version: "0.144.2"
extended: true
- name: Build
run: hugo --minify