accidentally included alternative non-working fix
All checks were successful
Hugo / build (push) Successful in 1m4s
All checks were successful
Hugo / build (push) Successful in 1m4s
This commit is contained in:
parent
447d29889b
commit
a29598ccbe
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Temp fix to update hugo
|
||||
run: wget "https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_extended_0.126.3_Linux-64bit.tar.gz" && tar xf "hugo_extended_0.126.3_Linux-64bit.tar.gz" && mv ./hugo /usr/bin/hugo && rm -f hugo_extended_0.126.3_Linux-64bit.tar.gz LICENSE README.md
|
||||
- name: Grab packages
|
||||
run: apt update && apt install -y hugo-extended rsync openssh-client
|
||||
run: apt install -y rsync openssh-client
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue