Skip to content

Commit

Permalink
Upgrade Hugo (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Sep 19, 2024
1 parent e2cd2f3 commit 430a7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.124.1'
hugo-version: '0.134.0'
extended: true
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflows:
- content: |
set -ex
HUGO_DEB_URL=https://github.com/gohugoio/hugo/releases/download/v0.124.1/hugo_extended_0.124.1_linux-amd64.deb
HUGO_DEB_URL=https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_extended_0.134.0_linux-amd64.deb
TEMP_DEB=$(mktemp)
wget -O "$TEMP_DEB" "$HUGO_DEB_URL"
sudo dpkg -i "$TEMP_DEB"
Expand Down

0 comments on commit 430a7a3

Please sign in to comment.