Update Hugo version on CI

This commit is contained in:
Joshua Goins 2025-01-03 16:26:27 -05:00
parent c39881117e
commit 0954b40836
2 changed files with 1 additions and 22 deletions

View file

@ -1,21 +0,0 @@
image: alpine/edge
packages:
- rsync
- git
- hugo
- reuse
sources:
- https://git.sr.ht/~redstrate/redstrate.com
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks:
- build: |
cd redstrate.com
hugo --minify
- deploy: |
cd redstrate.com
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com
- reuse: |
cd redstrate.com
reuse lint

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.134.2'
hugo-version: '0.140.2'
extended: true
- name: Build