Skip to content

Commit

Permalink
Release: v0.57.1 (#13)
Browse files Browse the repository at this point in the history
* upgrade: hugo to v0.57.1

* enhance: .github/PULL_REQUEST_TEMPLATE.md
  • Loading branch information
peaceiris authored Aug 16, 2019
1 parent d08dcd0 commit 79fb16c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [ ] upgrade: hugo to `v0..`
- [ ] upgrade: hugo to ``
- [ ] update: tag on readme
- [ ] release: `v0..` with **master** branch
- [ ] release: `` with **master** branch
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/peaceiris/actions-hugo"
LABEL "homepage"="https://github.com/peaceiris/actions-hugo"
LABEL "maintainer"="peaceiris"

ENV HUGO_VERSION='0.57.0'
ENV HUGO_VERSION='0.57.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 @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: build
uses: peaceiris/[email protected].0
uses: peaceiris/[email protected].1
with:
args: --gc --minify --cleanDestinationDir
- name: deploy
Expand Down

0 comments on commit 79fb16c

Please sign in to comment.