summaryrefslogtreecommitdiff
path: root/.github/workflows/hugo.yaml
diff options
context:
space:
mode:
authormiraikumiko <miraikumiko@disroot.org>2025-03-10 23:03:02 +0100
committermiraikumiko <miraikumiko@disroot.org>2025-03-10 23:03:02 +0100
commitfe419052e943c916464b3535d40e4bf9497cbddd (patch)
tree46935cbbc52b481fd52dd8fe199a735b2e945669 /.github/workflows/hugo.yaml
parentad71c0508e9370ef6461ff56aaa57e83c8d88164 (diff)
downloadmiraikumiko.com-fe419052e943c916464b3535d40e4bf9497cbddd.tar.gz
miraikumiko.com-fe419052e943c916464b3535d40e4bf9497cbddd.tar.bz2
Updated
Diffstat (limited to '.github/workflows/hugo.yaml')
-rw-r--r--.github/workflows/hugo.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml
index c3d25dc..2b2f9d7 100644
--- a/.github/workflows/hugo.yaml
+++ b/.github/workflows/hugo.yaml
@@ -4,7 +4,6 @@ on:
push:
branches:
- master
-
workflow_dispatch:
permissions:
@@ -24,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
- HUGO_VERSION: 0.142.0
+ HUGO_VERSION: 0.144.2
steps:
- name: Install Hugo CLI
run: |