Update to Ubuntu dialect of installation

This commit is contained in:
Jack Jackson 2025-02-25 19:27:07 -08:00
parent a7c63441ae
commit 6f1fe47bfb

View File

@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
apk add --no-cache hugo git
apt-get update && sudo apt-get install -y hugo git
git submodule init
git submodule update --recursive
hugo --source blog