update action to remove sudo
Some checks failed
Build Hugo Site / build (push) Failing after 9s

This commit is contained in:
John 2025-03-08 22:09:33 -06:00
parent 4af86ebe4f
commit 07f62ef91f

View File

@ -15,8 +15,8 @@ jobs:
- name: Install Hugo - name: Install Hugo
run: | run: |
sudo apt update apt update
sudo apt install -y hugo apt install -y hugo
- name: Build Hugo Site - name: Build Hugo Site
run: | run: |