From 1a3b78e538394dcbbc92a358ad3ca81bfedc0385 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 4 Nov 2024 17:01:13 +0100 Subject: [PATCH] Old Hugo --- .github/workflows/gh-pages.yml | 5 +++-- themes/beautifulhugo | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 44d2449..ee5aa4d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,10 +16,11 @@ jobs: run: sudo apt update - name: install dependencies - run: sudo apt install snap + run: sudo apt install wget - name: install hugo - run: sudo apt install https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.deb + run: wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.deb + run: sudo apt install hugo_extended_0.122.0_linux-amd64.deb # run: sudo snap install hugo --channel=extended - name: install theme diff --git a/themes/beautifulhugo b/themes/beautifulhugo index 5bb2aa1..276de53 160000 --- a/themes/beautifulhugo +++ b/themes/beautifulhugo @@ -1 +1 @@ -Subproject commit 5bb2aa1646404c3b33181b2b8e12377dfe2e5ccd +Subproject commit 276de5353d0dcdb36f4592154c85b575e1eb58eb