Skip to content

Commit

Permalink
Fix Hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalcarazdelaosa committed Aug 1, 2023
1 parent 0a039e5 commit 739d6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-CFP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: wget https://github.com/gohugoio/hugo/releases/download/v${{ env.HUGO_VERSION }}/hugo_extended_${{ env.HUGO_VERSION }}_linux-amd64.deb -O hugo_extended_${{ env.HUGO_VERSION }}_linux-amd64.deb
# 0.103.0 began new naming convention
env:
HUGO_VERSION: 0.116
HUGO_VERSION: 0.116.0

- name: Install Hugo
run: sudo dpkg -i hugo*.deb
Expand Down

0 comments on commit 739d6d1

Please sign in to comment.