diff --git a/.github/workflows/hugo.yml b/.github/workflows/deploy-pages.yml similarity index 93% rename from .github/workflows/hugo.yml rename to .github/workflows/deploy-pages.yml index e48ee20..1785bb2 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/deploy-pages.yml @@ -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: | diff --git a/Dockerfile b/Dockerfile index 8945cd3..54e8866 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/content/page/about/index.md b/content/page/about/index.md index bc2c646..b45a6df 100644 --- a/content/page/about/index.md +++ b/content/page/about/index.md @@ -1,5 +1,5 @@ --- -title: Giới thiệu +title: About description: Về bản thân mình aliases: - about-me