Skip to content

Commit

Permalink
Adapts CI hugo file name to newer releases of hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Sep 18, 2024
1 parent 42c0fa1 commit 9d2102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Install Hugo
run: |
export HUGO_DEB_FILE=hugo_extended_${VERSION}_Linux-64bit.deb
export HUGO_DEB_FILE=hugo_extended_${VERSION}_linux-amd64.deb
echo "Using URL: $HUGO_RELEASE_SRC/download/v$VERSION/$HUGO_DEB_FILE"
wget -q $HUGO_RELEASE_SRC/download/v$VERSION/$HUGO_DEB_FILE
sudo dpkg -i $HUGO_DEB_FILE
Expand Down

0 comments on commit 9d2102c

Please sign in to comment.