Skip to content

Commit

Permalink
Old Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Nov 4, 2024
1 parent de63ffb commit 1a3b78e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a3b78e

Please sign in to comment.