Skip to content

Commit

Permalink
Merge pull request #7 from gofrp/new
Browse files Browse the repository at this point in the history
update hugo version
  • Loading branch information
fatedier authored Aug 29, 2024
2 parents cbb71d8 + f392fc8 commit e7f474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SITE_ROOT=`pwd`
cd ./source
npm install

wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_extended_0.119.0_Linux-64bit.tar.gz
tar -zxvf ./hugo_extended_0.119.0_Linux-64bit.tar.gz
wget https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_extended_0.133.1_Linux-64bit.tar.gz
tar -zxvf ./hugo_extended_0.133.1_Linux-64bit.tar.gz
./hugo

if [ -d "./public" ]; then
Expand Down

0 comments on commit e7f474e

Please sign in to comment.