mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-16 12:21:52 +00:00
[Hugo] (Change) update hugo version
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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: |
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Giới thiệu
|
||||
title: About
|
||||
description: Về bản thân mình
|
||||
aliases:
|
||||
- about-me
|
||||
|
||||
Reference in New Issue
Block a user