Skip to content

Commit

Permalink
Bump Hugo version to 0.134.1 and address deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed Sep 9, 2024
1 parent 408da33 commit dd7b0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Hugo
env:
HUGO_VERSION: 0.133.1
HUGO_VERSION: 0.134.1
run: |
wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
Expand Down
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ baseURL: https://yanirseroussi.com/
copyright: 'Text and figures licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) by [Yanir Seroussi](https://yanirseroussi.com/about/), except where noted otherwise'
enableGitInfo: true
languageCode: en-au
paginate: 10000
pagination:
pagerSize: 10000
theme: papermod
title: Yanir Seroussi | Data & AI for Startup Impact

Expand Down

0 comments on commit dd7b0d6

Please sign in to comment.