Skip to content

Commit

Permalink
upgrade: Hugo to v0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 8, 2019
1 parent eb817c8 commit 2d9de75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.13.0-buster

ENV HUGO_VERSION='0.58.0'
ENV HUGO_VERSION='0.58.1'
ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit"
ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz"
RUN wget "${HUGO_URL}" && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@master

- name: build
uses: peaceiris/actions-hugo@v0.58.0
uses: peaceiris/actions-hugo@v0.58.1
with:
args: --gc --minify --cleanDestinationDir

Expand Down

0 comments on commit 2d9de75

Please sign in to comment.