Correction to installation

This commit is contained in:
Jack Jackson 2025-02-25 20:02:19 -08:00
parent 251c7b2e33
commit 67a545637f

View File

@ -46,7 +46,7 @@ jobs:
# `dartcss` tool. # `dartcss` tool.
run: | run: |
wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_extended_0.139.0_linux-amd64.deb wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_extended_0.139.0_linux-amd64.deb
sudo dpkg -i hugo_0.139.0_linux-amd64.deb sudo dpkg -i hugo_extended_0.139.0_linux-amd64.deb
apt-get update && apt-get install -y git apt-get update && apt-get install -y git
git submodule init git submodule init
git submodule update --recursive git submodule update --recursive