No need for sudo
All checks were successful
/ build (push) Successful in 10m25s

This commit is contained in:
JP Hastings-Spital 2025-01-06 18:39:10 +00:00
parent f08f4e56d4
commit 25c43b0788

View file

@ -23,7 +23,7 @@ jobs:
- name: Install Hugo CLI
run: |
wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
&& dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Pagefind CLI
run: |
wget -q -O ${{ runner.temp }}/pagefind.tar.gz https://github.com/CloudCannon/pagefind/releases/download/v${PAGEFIND_VERSION}/pagefind-v${PAGEFIND_VERSION}-x86_64-unknown-linux-musl.tar.gz \