yeah so much for that

This commit is contained in:
Sophia Atkinson 2023-10-08 19:59:22 -07:00 committed by GitHub
parent b968221372
commit 66b1641344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: $(curl --silent "https://api.github.com/repos/gohugoio/hugo/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed 's|[v,]||g' )
HUGO_VERSION: 0.119.0
steps:
- name: Install Hugo CLI
run: |