Skip to content

Commit

Permalink
[Hugo] (Change) update version to 0.135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Oct 3, 2024
1 parent 5e9a5e2 commit e2afb36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.idea/
resources/
public/
.hugo_build.lock
go.sum
go.sum
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e2afb36

Please sign in to comment.