From e2afb36e5623bb3b11c1744f08069e27212b71f1 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 3 Oct 2024 20:02:00 +0700 Subject: [PATCH] [Hugo] (Change) update version to 0.135.0 --- .github/workflows/publish.yaml | 2 +- .gitignore | 5 +++-- Dockerfile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1a83f16..dba77e5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.124.0 + HUGO_VERSION: 0.135.0 steps: - name: Install Hugo CLI run: | diff --git a/.gitignore b/.gitignore index 0ecd8b5..eee5a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -.idea +.idea/ resources/ +public/ .hugo_build.lock -go.sum \ No newline at end of file +go.sum diff --git a/Dockerfile b/Dockerfile index f1e2b46..854aa7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hugomods/hugo:exts-0.124.0 AS builder +FROM hugomods/hugo:exts-0.135.0 AS builder WORKDIR /app COPY . . ARG BASE_URL