Skip to content

Commit

Permalink
[Hugo] (Change) update hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Dec 21, 2024
1 parent 296c584 commit 7a42b6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Deploy Hugo site to Pages
name: Deploy site to GitHub Pages

on:
push:
branches:
- main
pull_request:
branches:
- main

workflow_dispatch:

Expand All @@ -24,7 +27,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.135.0
HUGO_VERSION: 0.136.5
steps:
- name: Install Hugo CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/gohugoio/hugo:v0.135.0 AS builder
FROM ghcr.io/gohugoio/hugo:v0.136.5 AS builder
WORKDIR /app
COPY . .
RUN hugo --gc --minify
Expand Down
2 changes: 1 addition & 1 deletion content/page/about/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Giới thiệu
title: About
description: Về bản thân mình
aliases:
- about-me
Expand Down

0 comments on commit 7a42b6d

Please sign in to comment.