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 1a3b78e commit d750f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: sudo apt install wget

- name: install hugo
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: wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.deb && \
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 d750f8b

Please sign in to comment.